Skip to content

Commit f0079de

Browse files
renovate[bot]urpylka
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 8e7a28e commit f0079de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Run tests
3434
run: |
@@ -49,7 +49,7 @@ jobs:
4949
if: github.event_name == 'push'
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353

5454
- name: Build image
5555
run: docker build . --file Dockerfile --build-arg VER_APTLY=${{ env.VER_APTLY }} --tag image

0 commit comments

Comments
 (0)