Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 2.3.4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent 948326c commit 82a0486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest, macOS-latest]
ghc: ['9.0', '8.10', '8.8', '8.6', '8.4', '8.2']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: haskell/actions/setup@v1
id: setup-haskell-cabal
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
# See https://github.com/vmactions/freebsd-vm#under-the-hood.
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Build
id: build-freebsd
uses: vmactions/[email protected]
Expand Down

0 comments on commit 82a0486

Please sign in to comment.