mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows (#244)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
080f327ab6
commit
1b79a3b825
5 changed files with 12 additions and 12 deletions
4
.github/workflows/node-badge.yml
vendored
4
.github/workflows/node-badge.yml
vendored
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
run: echo "branch=${GITHUB_REF#refs/heads/}" >> "${GITHUB_OUTPUT}"
|
||||
id: extract_branch
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
repository: "gamedig/node-gamedig"
|
||||
path: "node-gamedig"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue