diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 72875a7..3036764 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -123,7 +123,7 @@ jobs: chmod a+x $HOME/.cabal/bin/cabal-plan cabal-plan --version - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: source - name: initial cabal.project for sdist diff --git a/.github/workflows/nix-integration-test.yml b/.github/workflows/nix-integration-test.yml index ac35238..579883b 100644 --- a/.github/workflows/nix-integration-test.yml +++ b/.github/workflows/nix-integration-test.yml @@ -12,6 +12,6 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.1 - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # v20 - run: nix flake check diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 7e46e1a..246f3e2 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -11,7 +11,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.1 with: ssh-key: ${{ secrets.UPDATE_FLAKE_LOCK_SSH_KEY }} - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # v20