Skip to content

Commit

Permalink
Merge pull request #245 from haskell/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
AshleyYakeley authored Sep 12, 2023
2 parents 97018e7 + 8c9f483 commit 4e0c924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.wasm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
popd
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ubuntu-latest, macOS-latest]
ghc: ['9.4.4', '9.2.5', '9.0.2']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
ghc: ['9.4.4', '9.2.5', '9.0.2']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# See https://github.com/marketplace/actions/freebsd-vm.
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
id: build-freebsd
uses: vmactions/freebsd-vm@v0
Expand Down

0 comments on commit 4e0c924

Please sign in to comment.