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.
2 parents 1e7d8e2 + 68ef827 commit 6aba2c3Copy full SHA for 6aba2c3
.github/workflows/test_action.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-20.04
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- id: build
15
uses: ./
16
with:
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
- id: build_not_pure
27
28
action.yml
@@ -28,7 +28,7 @@ runs:
using: "composite"
29
30
31
32
33
fetch-depth: 0
34
0 commit comments