Skip to content

Commit b2f4e9f

Browse files
committed
Use actions/checkout@v4 in GitHub Actions.
1 parent 9b76371 commit b2f4e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: Run tests
3232
run: |
@@ -47,7 +47,7 @@ jobs:
4747
if: github.event_name == 'push' || github.event_name == 'schedule'
4848

4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151

5252
- name: Build image
5353
run: docker build . --file Dockerfile --tag $IMAGE_NAME

0 commit comments

Comments
 (0)