Skip to content

Commit 4658a57

Browse files
committed
CI: bump versions of checkout and cache actions
1 parent 8fa7cd6 commit 4658a57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# OpenSSL is installed in a non-standard location in MacOS. See
5353
# https://github.com/actions/virtual-environments/blob/main/images/macos/macos-latest-Readme.md
5454
PKG_CONFIG_PATH: ${{ (matrix.os == 'macos-latest' && '/usr/lib/pkgconfig:/usr/local/opt/[email protected]/lib/pkgconfig') || (matrix.os == 'ubuntu-latest' && '/usr/lib/pkgconfig:/usr/local/lib/pkgconfig') || '' }}
55-
55+
5656
# FIXME: this is arguably a bug, and pkg-config should return the right values!
5757
LD_LIBRARY_PATH: ${{ (matrix.os != 'windows-latest' && '/usr/local/lib') || '' }}
5858

@@ -75,7 +75,7 @@ jobs:
7575
automake `
7676
libtool `
7777
make
78-
78+
7979
# this seems to break something. It _must_ come after the pacman setup
8080
# above. It appears as if PATHEXT is set _after_ ghcup install ghc/cabal, and
8181
# as such we'd need pacman.exe instead.
@@ -127,7 +127,7 @@ jobs:
127127
shell: bash
128128
run: echo '${{ steps.cabal-store.outputs.cabal-store }}'
129129

130-
- uses: actions/checkout@v2
130+
- uses: actions/checkout@v4
131131

132132
- name: "[PowerShell] Add build script path"
133133
if: runner.os == 'Windows'
@@ -173,7 +173,7 @@ jobs:
173173
cat dist-newstyle/cache/plan.json | jq -r '."install-plan"[].id' | sort | uniq > dependencies.txt
174174
175175
- name: Cache Cabal store
176-
uses: actions/cache@v2
176+
uses: actions/cache@v4
177177
with:
178178
path: ${{ steps.cabal-store.outputs.cabal-store }}
179179
key: cache-${{ env.CACHE_VERSION }}-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('dependencies.txt') }}

0 commit comments

Comments
 (0)