Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 57e7fe6

Browse files
Bump actions/checkout from 3 to 4 (#277)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 240613d commit 57e7fe6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 20
2222
steps:
2323
- name: Checkout 🛎️
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0 # fetch all history for all branches and tags
2727
- uses: actions/setup-python@v4

.github/workflows/ci_test-acts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 15
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0 # fetch all history for all branches and tags
2828
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
PATH_DATASETS: ${{ github.workspace }}/.datasets
1717
steps:
1818
- name: Checkout 🛎️
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
ref: publication
2222
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)