Skip to content

Commit

Permalink
github workflows: bump checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
  • Loading branch information
moto-timo committed Dec 22, 2023
1 parent 48433de commit 6a99958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

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

# Build the image
- name: build
Expand Down

0 comments on commit 6a99958

Please sign in to comment.