Projects STRLCPY ebpfguard Commits 19efa70b
🤬
  • Bump actions/checkout from 2 to 3

    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] <[email protected]>
  • Loading...
  • dependabot[bot] committed with vadorovsky 12 months ago
    19efa70b
    1 parent 87651ae1
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/build-test.yaml
    skipped 13 lines
    14 14   runs-on: ubuntu-latest
    15 15   steps:
    16 16   - name: Checkout sources
    17  - uses: actions/checkout@v2
     17 + uses: actions/checkout@v3
    18 18   
    19 19   - name: Install Rust nightly
    20 20   uses: dtolnay/rust-toolchain@master
    skipped 40 lines
Please wait...
Page is in error, reload to recover