Skip to content

Commit

Permalink
ci: update checkout to v4 (to fix warning)
Browse files Browse the repository at this point in the history
Fixes Github deprecation warning:

  Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3

Signed-off-by: Krzysztof Kozlowski <[email protected]>
  • Loading branch information
krzk committed May 21, 2024
1 parent 3215c57 commit c655589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
echo "VARIANT: $VARIANT"
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install additional packages
run: |
Expand Down

0 comments on commit c655589

Please sign in to comment.