diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8903dc7..ac50c5b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: list_docs_options: -d master -m v4.3.1 -e v5.0.0-beta.1 -s steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build docs index id: make-matrix @@ -69,7 +69,7 @@ jobs: matrix: ${{ fromJSON(needs.list-docs.outputs.matrix) }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache docs id: cache-docs @@ -106,7 +106,7 @@ jobs: hash: ${{ needs.build-docs.outputs.hash }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download all docs artifacts uses: actions/download-artifact@v8 @@ -158,7 +158,7 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update pages-state hash run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d20baa0..a3b3fde 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create requirements.txt run: echo 'pre-commit' >requirements.txt