Skip to content

Commit

Permalink
workflows: bump to checkout v4
Browse files Browse the repository at this point in the history
Bump to latest actions/checkout@v4

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Jan 6, 2024
1 parent 001b474 commit f2688ee
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 @@ -38,7 +38,7 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

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

# Build and test the images
- name: Run build-and-test.sh
Expand Down

0 comments on commit f2688ee

Please sign in to comment.