Skip to content

Commit 1ca1ec7

Browse files
authored
Merge pull request #611 from thoughtworks/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 148af30 + 5b62f4b commit 1ca1ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ github.actor }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

.github/workflows/update_markdown_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
GITHUB_MARKDOWN_TOC_VERSION: 0.10.0 # See https://github.com/ekalinin/github-markdown-toc/releases
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- run: |
2222
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/${GITHUB_MARKDOWN_TOC_VERSION}/gh-md-toc -o gh-md-toc
2323
chmod a+x gh-md-toc

0 commit comments

Comments
 (0)