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 f78a5d9 commit 396fdfaCopy full SHA for 396fdfa
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
node-version: [18.x, 20.x]
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Use Node.js ${{ matrix.node-version }}
14
uses: actions/setup-node@v4
15
with:
.github/workflows/docker-image.yml
@@ -17,7 +17,7 @@ jobs:
17
packages: write
18
19
20
21
22
# https://github.com/marketplace/actions/push-to-ghcr
23
- name: Build and publish a Docker image for ${{ github.repository }}
0 commit comments