Projects STRLCPY hiphp Commits ab1a4d11
🤬
  • Bump actions/checkout from 1 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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/v1...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 GitHub 2 years ago
    ab1a4d11
    1 parent dbbb2709
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/pipup.yml
    skipped 19 lines
    20 20   # Steps represent a sequence of tasks that will be executed as part of the job
    21 21   steps:
    22 22   # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
    23  - - uses: actions/checkout@v2
     23 + - uses: actions/checkout@v3
    24 24   
    25 25   # Sets up python
    26 26   - uses: actions/setup-python@v4
    skipped 27 lines
  • ■ ■ ■ ■
    .github/workflows/push-gitLab.yml
    skipped 5 lines
    6 6   build:
    7 7   runs-on: ubuntu-latest
    8 8   steps:
    9  - - uses: actions/checkout@v1
     9 + - uses: actions/checkout@v3
    10 10   - name: Mirror + trigger CI
    11 11   uses: SvanBoxel/gitlab-mirror-and-ci-action@master
    12 12   with:
    skipped 8 lines
Please wait...
Page is in error, reload to recover