diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-03-05 05:52:09 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2024-04-08 18:03:05 +0000 |
| commit | 85cdbae749e9d1e1f7f3e3adc6ffcbe5405ee217 (patch) | |
| tree | ef70ee5cafb02e72bf314b7a8e5bd4ac485db5da /.github | |
| parent | 05a831511b787eba136c96dcd0985cacb18625f2 (diff) | |
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 ddfcb467126e..0aa1d9a35c1e 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -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: | |
