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 3dda0a6 + 9252bf1 commit 2295b42Copy full SHA for 2295b42
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Check out repository
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
- name: Set up Node.js
26
uses: actions/setup-node@v6
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Install Go
55
uses: actions/setup-go@v6
.github/workflows/mod-update.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Checkout repository
17
18
19
- name: Setup Node.js
0 commit comments