diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57a7331..483b2a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout the repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - uses: ./.github/actions/set_up_runner with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -39,7 +39,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout the repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - uses: ./.github/actions/set_up_runner with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/move_major_ver_tag_on_release.yml b/.github/workflows/move_major_ver_tag_on_release.yml index a14ff7b..0deaccc 100644 --- a/.github/workflows/move_major_ver_tag_on_release.yml +++ b/.github/workflows/move_major_ver_tag_on_release.yml @@ -18,7 +18,7 @@ jobs: # branches and tags. This is important if the workflow is launched via # workspace_dispatch event. It ensures that we can find the release tag # and the major version tag. - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: # Fetch all history for all branches and tags fetch-depth: 0