Skip to content

Commit 82a0486

Browse files
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 948326c commit 82a0486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest, macOS-latest]
2020
ghc: ['9.0', '8.10', '8.8', '8.6', '8.4', '8.2']
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v2.3.4
2323
- uses: haskell/actions/setup@v1
2424
id: setup-haskell-cabal
2525
with:
@@ -47,7 +47,7 @@ jobs:
4747
# See https://github.com/vmactions/freebsd-vm#under-the-hood.
4848
runs-on: macos-latest
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v2.3.4
5151
- name: Build
5252
id: build-freebsd
5353
uses: vmactions/[email protected]

0 commit comments

Comments
 (0)