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 9a4b2bd + bffe517 commit 772cfc2Copy full SHA for 772cfc2
.github/workflows/test_action.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- id: build
15
uses: ./
16
with:
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
- id: build_not_pure
28
29
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
action.yml
@@ -33,7 +33,7 @@ runs:
33
using: "composite"
34
35
36
fetch-depth: 0
0 commit comments