Skip to content

Commit

Permalink
ARM CI: bump actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored and Lysxia committed Mar 16, 2024
1 parent 66fa38f commit 240682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# GHC 9.2.2 is the last version available on arm32v7 at the moment.
# Check https://github.com/haskell/ghcup-metadata/blob/develop/ghcup-0.0.7.yaml
Expand Down

0 comments on commit 240682e

Please sign in to comment.