Skip to content

Commit e832838

Browse files
Bump actions/checkout from 4 to 6 (#24)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 783fe89 commit e832838

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
timeout-minutes: 10
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: dtolnay/rust-toolchain@stable
1616
with:
1717
components: clippy, rustfmt

.github/workflows/create-todo-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
issues: write
2020
contents: read
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- uses: alstr/todo-to-issue-action@master
2424
env:
2525
MANUAL_COMMIT_REF: ${{ inputs.COMMIT_REF }}

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
create-release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: taiki-e/create-gh-release-action@v1
1717
with:
1818
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)