mirror of
https://github.com/gotify/server.git
synced 2026-06-07 23:37:06 +08:00
chore(deps): update actions/checkout action to v5
This commit is contained in:
committed by
Jannis Mattheis
parent
7f64026eed
commit
e6f019fce0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: '22'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- run: (cd ui && yarn)
|
||||
- run: make build-js
|
||||
- uses: golangci/golangci-lint-action@v8
|
||||
|
||||
Reference in New Issue
Block a user