Skip to content

Commit 4496878

Browse files
committed
Update versions of GitHub actions
1 parent 2b40480 commit 4496878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
tests:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2.3.4
13-
- uses: cachix/install-nix-action@v13
12+
- uses: actions/checkout@v5
13+
- uses: cachix/install-nix-action@v31
1414
with:
1515
nix_path: nixpkgs=channel:nixos-unstable
1616
- run: nix-shell --run 'cabal build'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v5
1111
- name: Install Python 3.9
1212
uses: actions/setup-python@v3
1313
with:

0 commit comments

Comments
 (0)