Skip to content

Commit

Permalink
feat(github): update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
timfanda35 committed Oct 29, 2023
1 parent 254980b commit 351e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
Expand Down

0 comments on commit 351e4f0

Please sign in to comment.