Skip to content

Commit

Permalink
.github: Switch to v4 of actions/checkout
Browse files Browse the repository at this point in the history
GitHub is emitting a warning that v3 is deprecated due to using
Node.js 16.
  • Loading branch information
bsdjhb committed Mar 5, 2024
1 parent 47ad4f2 commit e6dccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-bootstrap-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- target_arch: aarch64
target: arm64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install packages (Ubuntu)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit e6dccf0

Please sign in to comment.