Skip to content

Commit 6cec3da

Browse files
committed
[CI] Bump actions versions
1 parent 7aa7bf8 commit 6cec3da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
container: ${{ matrix.container }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- uses: haskell-actions/setup@v2
2121
with:
2222
ghc-version: ${{matrix.ghcver}}
@@ -34,7 +34,7 @@ jobs:
3434
run: cp misc/${{runner.os}}-build-cabal-config ./cabal.project
3535
- name: Cabal configure
3636
run: cabal v2-configure --constraint pandoc==${{ env.PANDOC_VERSION }} --constraint zip-archive'>='0.4.2.1 --enable-tests ${{matrix.extra-options}}
37-
- uses: actions/cache@v2
37+
- uses: actions/cache@v4
3838
with:
3939
path: .cabal-store
4040
key: r2-${{runner.os}}-${{runner.arch}}-${{matrix.ghcver}}-${{ env.PANDOC_VERSION }}-${{hashFiles('pandoc-crossref.cabal')}}-${{hashFiles('dist-newstyle/cache/plan.json')}}
@@ -82,7 +82,7 @@ jobs:
8282
build-nix:
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686
- uses: cachix/install-nix-action@v20
8787
with:
8888
github_access_token: ${{ secrets.GITHUB_TOKEN }}
@@ -132,7 +132,7 @@ jobs:
132132
- run: |
133133
echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
134134
apk add --update --no-cache p7zip hub upx bash tar xz
135-
- uses: actions/checkout@v2
135+
- uses: actions/checkout@v4
136136
- uses: actions/download-artifact@v4
137137
- name: Repack assets
138138
run: |
@@ -257,14 +257,14 @@ jobs:
257257
build-stack:
258258
runs-on: ubuntu-latest
259259
steps:
260-
- uses: actions/checkout@v2
260+
- uses: actions/checkout@v4
261261
- name: Install dependencies
262262
run: |
263263
wget https://get.haskellstack.org/stable/linux-x86_64.tar.gz
264264
tar zxf linux-x86_64.tar.gz
265265
mv stack-*/stack ./
266266
chmod +x ./stack
267-
- uses: actions/cache@v1
267+
- uses: actions/cache@v4
268268
with:
269269
path: /home/runner/.stack
270270
key: ${{ runner.os }}-stack

0 commit comments

Comments
 (0)