mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
.github: Switch to v4 of actions/checkout
GitHub is emitting a warning that v3 is deprecated due to using Node.js 16. (cherry picked from commit e6dccf00500d7e9e2311b372e28897df7c0421dd)
This commit is contained in:
parent
05a831511b
commit
85cdbae749
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cross-bootstrap-tools.yml
vendored
2
.github/workflows/cross-bootstrap-tools.yml
vendored
|
|
@ -37,7 +37,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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue