Skip to content

Commit d5e4737

Browse files
Bump actions/checkout from 6.0.2 to 7.0.0 (#101)
1 parent e62466d commit d5e4737

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# https://github.com/actions/checkout
2929
- name: Checkout
30-
uses: actions/checkout@v6.0.2
30+
uses: actions/checkout@v7.0.0
3131
with:
3232
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
3333

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# https://github.com/actions/checkout
2828
- name: Check out repository
29-
uses: actions/checkout@v6.0.2
29+
uses: actions/checkout@v7.0.0
3030
with:
3131
persist-credentials: false
3232

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
# https://github.com/actions/checkout
3030
- name: Check out repository
31-
uses: actions/checkout@v6.0.2
31+
uses: actions/checkout@v7.0.0
3232
with:
3333
persist-credentials: false
3434

.github/workflows/test_pages_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
# https://github.com/actions/checkout
3030
- name: Checkout
31-
uses: actions/checkout@v6.0.2
31+
uses: actions/checkout@v7.0.0
3232
with:
3333
fetch-depth: 0
3434

0 commit comments

Comments
 (0)