Skip to content

Commit

Permalink
CI: Use latest version of checkout action
Browse files Browse the repository at this point in the history
Older versions trigger deprecation warnings.
  • Loading branch information
tarleb committed Feb 7, 2023
1 parent d871674 commit 942925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

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

- name: Install dependencies
run: apk add make
Expand Down

0 comments on commit 942925e

Please sign in to comment.