mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 21:08:00 -05:00
chore(deps): update actions/setup-node action to v4 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
282a94bb89
commit
15b9ec1272
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue