diff --git a/.github/workflows/release-bump-master-version.yml b/.github/workflows/release-bump-master-version.yml index e6a3d5f688..3fb4029b10 100644 --- a/.github/workflows/release-bump-master-version.yml +++ b/.github/workflows/release-bump-master-version.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository (Master Branch) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Checkout the master branch (the base of the new development branch) ref: master diff --git a/.github/workflows/release-prerelease.yml b/.github/workflows/release-prerelease.yml index fa731f2111..29a1022cc4 100644 --- a/.github/workflows/release-prerelease.yml +++ b/.github/workflows/release-prerelease.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.REPO_WRITE_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index 274c7b4dd4..9491c7d87d 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.REPO_WRITE_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0