Skip to content

Commit 03108ab

Browse files
Update P5-wrapper/setup-action action to v1.0.4 (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c77f52c commit 03108ab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
gh-pages:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: P5-wrapper/setup-action@v1.0.3
13+
- uses: P5-wrapper/setup-action@v1.0.4
1414
with:
1515
token: ${{ secrets.GH_TOKEN }}
1616

@@ -25,7 +25,7 @@ jobs:
2525
npm:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: P5-wrapper/setup-action@v1.0.3
28+
- uses: P5-wrapper/setup-action@v1.0.4
2929
with:
3030
token: ${{ secrets.GH_TOKEN }}
3131

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
renovate-bot:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: P5-wrapper/setup-action@v1.0.3
13+
- uses: P5-wrapper/setup-action@v1.0.4
1414
with:
1515
token: ${{ secrets.GH_TOKEN }}
1616

@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: renovate-bot
3333
steps:
34-
- uses: P5-wrapper/setup-action@v1.0.3
34+
- uses: P5-wrapper/setup-action@v1.0.4
3535
with:
3636
token: ${{ secrets.GH_TOKEN }}
3737

@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
needs: renovate-bot
5454
steps:
55-
- uses: P5-wrapper/setup-action@v1.0.3
55+
- uses: P5-wrapper/setup-action@v1.0.4
5656
with:
5757
token: ${{ secrets.GH_TOKEN }}
5858

@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
needs: renovate-bot
7575
steps:
76-
- uses: P5-wrapper/setup-action@v1.0.3
76+
- uses: P5-wrapper/setup-action@v1.0.4
7777
with:
7878
token: ${{ secrets.GH_TOKEN }}
7979

@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
needs: renovate-bot
8686
steps:
87-
- uses: P5-wrapper/setup-action@v1.0.3
87+
- uses: P5-wrapper/setup-action@v1.0.4
8888
with:
8989
token: ${{ secrets.GH_TOKEN }}
9090

0 commit comments

Comments
 (0)