diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-12-21 00:27:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-12-21 00:27:17 +0000 |
| commit | 54f3a781a2ff980034dfe13ff6323c96fc587f1b (patch) | |
| tree | 6708591e926aea6714444c2cdf0c3d234f9058f8 /.github/workflows | |
| parent | 56748381595d245c91d15da3b4a1f771e078f939 (diff) | |
Diffstat (limited to '.github/workflows')
| -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 ce50bc9cb36e..85132996f826 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -34,7 +34,7 @@ jobs: - target_arch: aarch64 target: arm64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install packages (Ubuntu) if: runner.os == 'Linux' run: | |
