Skip to content

Commit

Permalink
github/workflows: use checkout v3
Browse files Browse the repository at this point in the history
Fix:

Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: actions/checkout

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
  • Loading branch information
moto-timo committed Oct 29, 2022
1 parent 3dcbc7c commit 08655d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

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

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

0 comments on commit 08655d8

Please sign in to comment.