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 591cb15 commit fbd1efaCopy full SHA for fbd1efa
.github/workflows/assets.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
with:
16
fetch-depth: 1
17
.github/workflows/dockerhub.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
fetch-depth: 0
33
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
25
26
0 commit comments