diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 38caff7..0742359 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -19,7 +19,7 @@ jobs: # Step 1: Check out the repository # Description: Checks out the repository so that the workflow can access its contents. - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Install mise using the specified action # Description: Installs mise, a tool for building and deploying documentation, along # with the tools defined in the mise.toml file. diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index e2bf3b9..fd2e24e 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -21,7 +21,7 @@ jobs: # Step 1: Check out the repository # Description: Checks out the repository so that the workflow can access its contents. - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Install mise using the specified action # Description: Installs mise, along with the tools defined in the mise.toml file. - name: Install mise