Skip to content

Commit fc6b7c5

Browse files
Bump actions/checkout from 2 to 4 (#80)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49046f1 commit fc6b7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
echo "::set-output name=push::${push}"
5151
echo "::set-output name=tags::${tags}"
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v4
5353
- uses: docker/login-action@v1
5454
with:
5555
username: ${{ secrets.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)