diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 28dad19..7f9e511 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ steps.bot.outputs.token }} diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 77ec3ca..00cdafe 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -65,7 +65,7 @@ jobs: git config --global user.email "$USER_EMAIL" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: "refs/heads/${{ inputs.branch }}" token: ${{ steps.bot.outputs.token }} diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 9e93330..ba4ec06 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -28,7 +28,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Required to deduce version from git tags fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14d548a..9b5b465 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: git config --global user.email "$USER_EMAIL" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: "refs/heads/${{ inputs.branch }}" token: ${{ steps.bot.outputs.token }} diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index fcb32e1..ceb6771 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -58,7 +58,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 if: steps.skipper.outputs.skip != 'true' with: token: ${{ secrets.GITHUB_TOKEN }}