Projects STRLCPY fzf Commits 6f213644
🤬
  • Bump actions/checkout

    Bumps [actions/checkout](https://github.com/actions/checkout) from 629c2de402a417ea7690ca6ce3f33229e27606a5 to 61b9e3751b92087fd0b06925ba6dd6314e06f089.
    - [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/629c2de402a417ea7690ca6ce3f33229e27606a5...61b9e3751b92087fd0b06925ba6dd6314e06f089)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading...
  • dependabot[bot] committed with GitHub 2 years ago
    6f213644
    1 parent b9e6e792
  • ■ ■ ■ ■
    .github/workflows/codeql-analysis.yml
    skipped 26 lines
    27 27   
    28 28   steps:
    29 29   - name: Checkout repository
    30  - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
     30 + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2
    31 31   with:
    32 32   fetch-depth: 0
    33 33   
    skipped 12 lines
  • ■ ■ ■ ■
    .github/workflows/linux.yml
    skipped 14 lines
    15 15   build:
    16 16   runs-on: ubuntu-latest
    17 17   steps:
    18  - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
     18 + - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2
    19 19   with:
    20 20   fetch-depth: 0
    21 21   
    skipped 25 lines
  • ■ ■ ■ ■
    .github/workflows/macos.yml
    skipped 14 lines
    15 15   build:
    16 16   runs-on: macos-latest
    17 17   steps:
    18  - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
     18 + - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v2
    19 19   with:
    20 20   fetch-depth: 0
    21 21   
    skipped 25 lines
Please wait...
Page is in error, reload to recover