diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac83baf..6003bb0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: mkdir preview cp -r _site preview/open-source - name: Upload preview - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Preview path: preview @@ -54,12 +54,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: Preview - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0 + uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 with: # nice to check a few specific root-level markdown files (README.md etc) for valid links, # but the main thing to check is the rendered website (in the `open-source` directory) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 01e5652..dd5a236 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -29,4 +29,4 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Check for typos - uses: crate-ci/typos@78bc6fb2c0d734235d57a2d6b9de923cc325ebdd # v1 + uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1