Skip to content

Commit

Permalink
build(deps): bump myparcelnl/actions from 3 to 4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 2997ac8 commit 2e1c275
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: read
packages: write
steps:
- uses: myparcelnl/actions/setup-app-credentials@v3
- uses: myparcelnl/actions/setup-app-credentials@v4
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
Expand All @@ -29,7 +29,7 @@ jobs:
path: ./coverage.xml
key: ${{ runner.os }}-coverage-${{ hashFiles('./src/**', './test/**') }}

- uses: myparcelnl/actions/pull-docker-image@v3
- uses: myparcelnl/actions/pull-docker-image@v4
if: github.actor != 'dependabot[bot]' && steps.cache-coverage.outputs.cache-hit != 'true'
id: docker
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
rebase:
runs-on: ubuntu-22.04
steps:
- uses: myparcelnl/actions/setup-app-credentials@v3
- uses: myparcelnl/actions/setup-app-credentials@v4
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
needs: test
steps:
- uses: myparcelnl/actions/setup-app-credentials@v3
- uses: myparcelnl/actions/setup-app-credentials@v4
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
if: github.event.issue.pull_request
steps:
- uses: myparcelnl/actions/setup-app-credentials@v3
- uses: myparcelnl/actions/setup-app-credentials@v4
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs:
- test
steps:
- uses: myparcelnl/actions/setup-git-credentials@v3
- uses: myparcelnl/actions/setup-git-credentials@v4
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
Expand All @@ -32,11 +32,11 @@ jobs:
fetch-depth: 0
persist-credentials: false

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

- uses: myparcelnl/actions/semantic-release@v3
- uses: myparcelnl/actions/semantic-release@v4
with:
token: ${{ secrets.GH_REPO_TOKEN }}

Expand All @@ -45,7 +45,7 @@ jobs:
needs: release
runs-on: ubuntu-22.04
steps:
- uses: myparcelnl/actions/setup-app-credentials@v3
- uses: myparcelnl/actions/setup-app-credentials@v4
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
Expand Down

0 comments on commit 2e1c275

Please sign in to comment.