diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 0ed50d4..6f216be 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@v5 - name: Install dependencies run: npm install - name: Build