Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
@@ -24,7 +24,7 @@ jobs:
- riscv64gc-unknown-linux-gnu
@@ -7,9 +7,9 @@ jobs:
repository: libbpf/libbpf
path: libbpf
@@ -17,8 +17,8 @@ jobs:
runs-on: macos-latest
@@ -18,7 +18,7 @@ jobs:
@@ -9,7 +9,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
fetch-depth: 0