Skip to content

Commit 062651d

Browse files
build(deps): bump myparcelnl/actions from 3 to 4
Bumps [myparcelnl/actions](https://github.com/myparcelnl/actions) from 3 to 4. - [Release notes](https://github.com/myparcelnl/actions/releases) - [Changelog](https://github.com/myparcelnl/actions/blob/main/CHANGELOG.md) - [Commits](myparcelnl/actions@v3...v4) --- updated-dependencies: - dependency-name: myparcelnl/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 352de54 commit 062651d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/--test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
packages: write
1212
steps:
13-
- uses: myparcelnl/actions/setup-app-credentials@v3
13+
- uses: myparcelnl/actions/setup-app-credentials@v4
1414
id: credentials
1515
with:
1616
app-id: ${{ secrets.MYPARCEL_APP_ID }}
@@ -29,7 +29,7 @@ jobs:
2929
path: ./coverage.xml
3030
key: ${{ runner.os }}-coverage-${{ hashFiles('./src/**', './test/**') }}
3131

32-
- uses: myparcelnl/actions/pull-docker-image@v3
32+
- uses: myparcelnl/actions/pull-docker-image@v4
3333
if: github.actor != 'dependabot[bot]' && steps.cache-coverage.outputs.cache-hit != 'true'
3434
id: docker
3535
with:

.github/workflows/command-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
rebase:
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: myparcelnl/actions/setup-app-credentials@v3
11+
- uses: myparcelnl/actions/setup-app-credentials@v4
1212
id: credentials
1313
with:
1414
app-id: ${{ secrets.MYPARCEL_APP_ID }}

.github/workflows/command-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
needs: test
1616
steps:
17-
- uses: myparcelnl/actions/setup-app-credentials@v3
17+
- uses: myparcelnl/actions/setup-app-credentials@v4
1818
id: credentials
1919
with:
2020
app-id: ${{ secrets.MYPARCEL_APP_ID }}

.github/workflows/dispatch-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
if: github.event.issue.pull_request
1111
steps:
12-
- uses: myparcelnl/actions/setup-app-credentials@v3
12+
- uses: myparcelnl/actions/setup-app-credentials@v4
1313
id: credentials
1414
with:
1515
app-id: ${{ secrets.MYPARCEL_APP_ID }}

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
needs:
2222
- test
2323
steps:
24-
- uses: myparcelnl/actions/setup-git-credentials@v3
24+
- uses: myparcelnl/actions/setup-git-credentials@v4
2525
id: credentials
2626
with:
2727
app-id: ${{ secrets.MYPARCEL_APP_ID }}
@@ -32,11 +32,11 @@ jobs:
3232
fetch-depth: 0
3333
persist-credentials: false
3434

35-
- uses: myparcelnl/actions/yarn-install@v3
35+
- uses: myparcelnl/actions/yarn-install@v4
3636
with:
3737
node-version: ${{ vars.NODE_VERSION }}
3838

39-
- uses: myparcelnl/actions/semantic-release@v3
39+
- uses: myparcelnl/actions/semantic-release@v4
4040
with:
4141
token: ${{ secrets.GH_REPO_TOKEN }}
4242

@@ -45,7 +45,7 @@ jobs:
4545
needs: release
4646
runs-on: ubuntu-22.04
4747
steps:
48-
- uses: myparcelnl/actions/setup-app-credentials@v3
48+
- uses: myparcelnl/actions/setup-app-credentials@v4
4949
id: credentials
5050
with:
5151
app-id: ${{ secrets.MYPARCEL_APP_ID }}

0 commit comments

Comments
 (0)