From 5c87c81f9b6c18891d1004e95c04f7147396987a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:20:24 +0000 Subject: [PATCH] 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](https://github.com/myparcelnl/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: myparcelnl/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/--test.yml | 4 ++-- .github/workflows/command-rebase.yml | 2 +- .github/workflows/command-test.yml | 2 +- .github/workflows/dispatch-command.yml | 2 +- .github/workflows/push.yml | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/--test.yml b/.github/workflows/--test.yml index 54bbf6d0..8d37e65b 100644 --- a/.github/workflows/--test.yml +++ b/.github/workflows/--test.yml @@ -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 }} @@ -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: diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index 7ce1da29..5300fa6f 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -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 }} diff --git a/.github/workflows/command-test.yml b/.github/workflows/command-test.yml index 76a21014..97b9242d 100644 --- a/.github/workflows/command-test.yml +++ b/.github/workflows/command-test.yml @@ -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 }} diff --git a/.github/workflows/dispatch-command.yml b/.github/workflows/dispatch-command.yml index 212d6322..8373bebe 100644 --- a/.github/workflows/dispatch-command.yml +++ b/.github/workflows/dispatch-command.yml @@ -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 }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ef057ed3..2b071ede 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 }} @@ -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 }} @@ -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 }}