Skip to content

Commit 09f7b5d

Browse files
Bump actions/checkout from 2 to 2.3.4 (#338)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f11139 commit 09f7b5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# See https://github.com/vmactions/freebsd-vm#under-the-hood.
1717
runs-on: macos-latest
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v2.3.4
2020
- name: Test
2121
id: build-freebsd
2222
uses: vmactions/[email protected]

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if [ $((HCNUMVER >= 80000 && HCNUMVER < 90000)) -ne 0 ] ; then $CABAL --store-dir=$HOME/.haskell-ci-tools/store v2-install $ARG_COMPILER --ignore-project -j2 doctest --constraint='doctest ^>=0.17' ; fi
140140
if [ $((HCNUMVER >= 80000 && HCNUMVER < 90000)) -ne 0 ] ; then doctest --version ; fi
141141
- name: checkout
142-
uses: actions/checkout@v2
142+
uses: actions/checkout@v2.3.4
143143
with:
144144
path: source
145145
- name: initial cabal.project for sdist

.github/workflows/windows_and_macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ghc: ['9.0']
1919
fail-fast: false
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v2.3.4
2222
- uses: haskell/actions/[email protected]
2323
id: setup-haskell-cabal
2424
with:

0 commit comments

Comments
 (0)