diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 8444543..701bb28 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -4,7 +4,7 @@ jobs: runs-on: docker container.image: node:20-bookworm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: npm install && npm run build name: NPM Install and Build - name: Setup SSH Key diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index 29227ea..fe96bf3 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -4,7 +4,7 @@ jobs: runs-on: docker container.image: node:20-bookworm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: npm install && npm run build name: NPM Install and Build - name: Upload output