Skip to content

Commit

Permalink
Merge pull request #2 from timfanda35/features/github_action/update_c…
Browse files Browse the repository at this point in the history
…heckout_version

feat(github): update checkout action version
  • Loading branch information
timfanda35 authored Oct 29, 2023
2 parents 254980b + 351e4f0 commit b5a0426
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 b5a0426

Please sign in to comment.