diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 048f9b5..45671d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: # The next step uploads a "special" artifact used by the # `actions/deploy-pages` below to deploy the website. - name: Upload github-pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 # We also want to upload an artifact that can be viewed locally without # messing up what the `actions/deploy-pages` workflow expects. To do this, # we need first to rename the `_site` directory @@ -43,7 +43,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index dd5a236..4b54df0 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@631208b7aac2daa8b707f55e7331f9112b0e062d # v1 + uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1