diff --git a/.github/workflows/release-on-push.yml b/.github/workflows/release-on-push.yml index 1bcb94a..167bb62 100644 --- a/.github/workflows/release-on-push.yml +++ b/.github/workflows/release-on-push.yml @@ -16,10 +16,10 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d85bd9d..554a13a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: validate: runs-on: pub-hk-ubuntu-24.04-ip # Options: ubuntu-latest | sfdc-hk-ubuntu-latest | pub-hk-ubuntu-24.04-ip steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} @@ -49,10 +49,10 @@ jobs: no_release_needed: ${{ steps.release-workflow.outputs.no_release_needed }} pr_already_exists: ${{ steps.release-workflow.outputs.pr_already_exists }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} @@ -76,10 +76,10 @@ jobs: pull-requests: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} diff --git a/.github/workflows/update-release-configs.yml b/.github/workflows/update-release-configs.yml index 4b134d9..f36ab82 100644 --- a/.github/workflows/update-release-configs.yml +++ b/.github/workflows/update-release-configs.yml @@ -12,10 +12,10 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }}