diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7c4864f..c114c91 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: npm install npm run build - name: Upload artifact - uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0 + uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0 with: path: "_site" # The directory that contains the deployable files - name: Deploy to GitHub Pages diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index e31b807..025e373 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Super-Linter - uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 + uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0 env: ERROR_ON_MISSING_EXEC_BIT: true VALIDATE_EDITORCONFIG: true