diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 93f139e..cfe6b0c 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: container: image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: npm install - name: Build