Skip to content

Commit 0a3b558

Browse files
update: docker/metadata-action to v5 (#2)
This commit updates versions of the github actions to v4, And stops emitting nodejs version warnings in CI logs/outputs Signed-off-by: Emmanuel Lobo <76094069+UnschooledGamer@users.noreply.github.com>
1 parent 127a03c commit 0a3b558

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/github-packages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
1515
- run: npm ci
@@ -21,12 +21,12 @@ jobs:
2121
contents: read
2222
packages: write
2323
steps:
24-
- uses: actions/checkout@v3
25-
- uses: actions/setup-node@v3
24+
- uses: actions/checkout@v4
25+
- uses: actions/setup-node@v4
2626
with:
2727
node-version: 20
2828
registry-url: https://npm.pkg.github.com/
2929
- run: npm ci
3030
- run: npm publish
3131
env:
32-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
32+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)