Skip to content

Commit b435f49

Browse files
Bump actions/checkout from 4 to 5 (#27)
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](actions/checkout@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>
1 parent 50edc54 commit b435f49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerpush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
if: github.event_name == 'pull_request'
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Run tests
2424
run: |
2525
if [ -f docker-compose.test.yml ]; then
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
if: github.event_name == 'push'
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Login to Docker Hub
4040
uses: docker/login-action@v3
4141
with:

0 commit comments

Comments
 (0)