mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-08 13:24:38 +00:00
Update github actions to latest versions
Primarily to avoid the versions that are now deprecated, but also update actions/upload-artifact to keep us up to date.
This commit is contained in:
4
.github/workflows/translate.yml
vendored
4
.github/workflows/translate.yml
vendored
@@ -6,8 +6,8 @@ jobs:
|
||||
translate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- run: npm update
|
||||
- run: sudo apt-get install gettext
|
||||
- run: make -C po update-pot
|
||||
|
||||
Reference in New Issue
Block a user