We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdadd9 commit 6533596Copy full SHA for 6533596
.github/workflows/haskell-ci.yml
@@ -158,7 +158,7 @@ jobs:
158
chmod a+x $HOME/.cabal/bin/cabal-plan
159
cabal-plan --version
160
- name: checkout
161
- uses: actions/checkout@v2
+ uses: actions/checkout@v3.1.0
162
with:
163
path: source
164
- name: initial cabal.project for sdist
.github/workflows/nix-shell.yml
@@ -12,7 +12,7 @@ jobs:
12
nix-shell:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3.1.0
16
- uses: cachix/install-nix-action@v17
17
18
nix_path: nixpkgs=channel:nixos-21.11
0 commit comments