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.
1 parent 415c33f commit 79fd1beCopy full SHA for 79fd1be
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
checks:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: actions/setup-node@v6
13
with:
14
node-version: 24
.github/workflows/docker-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Build from source to dist
16
17
18
19
20
21
node-version: '24'
@@ -44,7 +44,7 @@ jobs:
44
id-token: write
45
46
- name: Checkout repository
47
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
48
49
- name: ↙️ Download dist
50
uses: actions/download-artifact@v5
0 commit comments