Skip to content

Commit 20c6721

Browse files
authored
Merge pull request #3 from jechol/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 389b9ad + e016bb7 commit 20c6721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mix_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
name: mix test
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- uses: cachix/install-nix-action@v17
2424
- uses: cachix/cachix-action@v10
2525
with:

0 commit comments

Comments
 (0)