Skip to content

Commit

Permalink
ci: Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jul 13, 2024
1 parent 6c1bd3a commit d14d71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check ABI files are up-to-date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: ensure `./wit/deps` are in sync
run: |
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.3/wit-deps-x86_64-unknown-linux-musl
Expand Down

0 comments on commit d14d71d

Please sign in to comment.