We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407e9ef commit e8d67d3Copy full SHA for e8d67d3
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
9
- name: Install Knope
10
uses: ./
11
- name: Test Knope
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
with:
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
- name: Install Knope With Token
47
48
0 commit comments