diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index c37ec5d6..01ce1a84 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -14,7 +14,7 @@ jobs: - uses: /actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: 23 cache: npm @@ -24,7 +24,7 @@ jobs: run: | npm run build - name: Upload html output as artifact - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: html-${{ github.run_id }} path: ./dist @@ -43,7 +43,7 @@ jobs: run: | mkdir ./dist - name: Download html files from artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: html-${{ github.run_id }} path: ./dist diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c771970..4caf1e9a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 - run: npm ci - run: npm run lint