diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-03-04 21:52:09 -0800 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2024-03-04 21:52:09 -0800 |
| commit | e6dccf00500d7e9e2311b372e28897df7c0421dd (patch) | |
| tree | c31547ba854c4e385e4a9834588bfd7feb1a7f2d /.github | |
| parent | 47ad4f2d45e406c6316909bc12bc760b2fdd6afb (diff) | |
.github: Switch to v4 of actions/checkout
GitHub is emitting a warning that v3 is deprecated due to using
Node.js 16.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index d2dcf2aaa6f3..327bdadc6a9b 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -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: | |
