Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading