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 }}