Skip to content

Commit b6cff6e

Browse files
renovate[bot]quintesse
authored andcommitted
Update actions/checkout action to v4
1 parent 85f16e0 commit b6cff6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828

2929
- name: Run tests
3030
run: |
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'push'
4545

4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v4
4848

4949
- name: Build image
5050
run: docker build . --file Dockerfile --tag $IMAGE_NAME

0 commit comments

Comments
 (0)