mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-03-07 16:15:56 +03:00
build(deps): bump actions/checkout from 5 to 6
Some checks failed
Code scanning / CodeQL-Build (push) Has been cancelled
Some checks failed
Code scanning / CodeQL-Build (push) Has been cancelled
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5656298164
commit
c85e7f0c8b
4 changed files with 8 additions and 8 deletions
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checking out
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue