Skip to content

Commit 54429b8

Browse files
authored
Merge pull request #34 from git-for-windows/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 94d0180 + 50652fd commit 54429b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/keepalive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
persist-credentials: 'true'
1919
- name: Create and push a commit

.github/workflows/track-website-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
body-replacement: The release notes for ${match[1]} are [here](${match[2]}).
3131
fail-fast: false
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
persist-credentials: 'true'
3636
- name: Check Last-Modified header

0 commit comments

Comments
 (0)