diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 9190dcf..47b1980 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/git-submodules-update.yml b/.github/workflows/git-submodules-update.yml index 2042f11..f20a685 100644 --- a/.github/workflows/git-submodules-update.yml +++ b/.github/workflows/git-submodules-update.yml @@ -21,7 +21,7 @@ jobs: if: contains(github.event.head_commit.message, '[skip ci]') == false steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} submodules: recursive diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 6a754ac..fa65d2e 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: actions-template-sync id: sync uses: AndreasAugustin/actions-template-sync@v2