diff --git a/.github/workflows/patch-test.yaml b/.github/workflows/patch-test.yaml index 4dd52d18a..bf174c9cd 100644 --- a/.github/workflows/patch-test.yaml +++ b/.github/workflows/patch-test.yaml @@ -17,7 +17,7 @@ jobs: outputs: ghc-matrix: ${{ steps.set-ghc-versions.outputs.ghc-matrix }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - id: set-ghc-versions name: Extract from gen_ghc_bindist run: python .github/extract_from_ghc_bindist.py @@ -42,7 +42,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Mount Bazel cache uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 98a8f5d12..a89b1167d 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -24,7 +24,7 @@ jobs: exit 1 fi - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: master # only create releases from main branch - name: Read section from CHANGELOG.md diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 032708b46..b265d693e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 ref: release diff --git a/.github/workflows/update-ghc.yaml b/.github/workflows/update-ghc.yaml index af1b04645..00a47a00c 100644 --- a/.github/workflows/update-ghc.yaml +++ b/.github/workflows/update-ghc.yaml @@ -20,7 +20,7 @@ jobs: - '9.12' - '9.14' steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: master - uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0 diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index cf22c4805..98c78a0f1 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -20,7 +20,7 @@ jobs: name: Format & Lint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: tweag/configure-bazel-remote-cache-auth@144b0b915f13a418f5eafe2f68d19564ec136c62 # v0.1.1 with: buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }} @@ -64,7 +64,7 @@ jobs: env: NIX_SHELL_ARGS: --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 @@ -162,7 +162,7 @@ jobs: GHC_VERSION: ${{ matrix.ghc }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 @@ -267,7 +267,7 @@ jobs: USE_BAZEL_VERSION: ${{ matrix.bazel }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2