We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a9bca commit 5c345c5Copy full SHA for 5c345c5
.github/workflows/pre-commit.yaml
@@ -21,7 +21,7 @@ jobs:
21
uses: styfle/[email protected]
22
with:
23
access_token: ${{ github.token }}
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
26
fetch-depth: 0
27
- name: Install system dependencies
.github/workflows/touchstone-receive.yaml
@@ -24,7 +24,7 @@ jobs:
config: ${{ steps.read_touchstone_config.outputs.config }}
steps:
- name: Checkout repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
28
29
30
0 commit comments