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 2b40480 commit 4496878Copy full SHA for 4496878
.github/workflows/build.yml
@@ -9,8 +9,8 @@ jobs:
9
tests:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2.3.4
13
- - uses: cachix/install-nix-action@v13
+ - uses: actions/checkout@v5
+ - uses: cachix/install-nix-action@v31
14
with:
15
nix_path: nixpkgs=channel:nixos-unstable
16
- run: nix-shell --run 'cabal build'
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
7
8
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- - uses: actions/checkout@v2
- name: Install Python 3.9
uses: actions/setup-python@v3
0 commit comments