mirror of
https://github.com/rehlds/testdemos.git
synced 2024-12-26 06:35:51 +03:00
Bump actions/checkout from 4.1.7 to 4.2.0 (#7)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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
1352a16d1a
commit
50fd7b3447
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
needToPush: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v4.2.0
|
||||
- uses: docker/setup-buildx-action@v3.7.0
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
|
Loading…
Reference in New Issue
Block a user