Skip to content

Commit 767b254

Browse files
Merge pull request #4 from HendrikBorgelt/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 4.2.2 to 6.0.1
2 parents 12b50c4 + d4974bd commit 767b254

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# https://github.com/actions/checkout
2222
- name: Checkout
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v6.0.1
2424
with:
2525
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
2626

.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@v4.2.2
29+
uses: actions/checkout@v6.0.1
3030
with:
3131
persist-credentials: false
3232

.github/workflows/test_pages_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
# https://github.com/actions/checkout
2828
- name: Checkout
29-
uses: actions/checkout@v4.2.2
29+
uses: actions/checkout@v6.0.1
3030
with:
3131
fetch-depth: 0
3232

0 commit comments

Comments
 (0)