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 1feeabe + 36065a9 commit 62f0a8bCopy full SHA for 62f0a8b
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Check out repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Set up Node.js
26
uses: actions/setup-node@v4
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Install Go
55
uses: actions/setup-go@v5
.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