Skip to content

Commit

Permalink
workflows: bump checkout action to v4
Browse files Browse the repository at this point in the history
Silence the node16 warning

Node.js 16 actions are deprecated. Please update the following actions to
use Node.js 20: actions/checkout@v3. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Mar 4, 2024
1 parent 5a78815 commit 65418ba
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 65418ba

Please sign in to comment.