File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
# ghc-version: '9.10'
30
30
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Remove cabal.project.freeze
34
34
run : rm -f cabal.project.freeze
35
35
if : ${{ matrix.os != 'windows-latest' }}
Original file line number Diff line number Diff line change 6
6
tests-macos :
7
7
runs-on : macos-latest
8
8
steps :
9
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10
10
- uses : cachix/install-nix-action@96bd9f39e448e7b2e500161263429f67e3064111 # V31
11
11
- uses : cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
12
12
with :
18
18
tests-ubuntu :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
22
- uses : cachix/install-nix-action@96bd9f39e448e7b2e500161263429f67e3064111 # V31
23
23
- uses : cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
24
24
with :
You can’t perform that action at this time.
0 commit comments