Skip to content

Commit 7dea877

Browse files
authored
Merge pull request #59 from NotAShelf/dependabot/github_actions/actions/checkout-6
chore: bump actions/checkout from 4 to 6
2 parents 1b0e307 + 8aa2c38 commit 7dea877

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hotpath-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- uses: actions-rust-lang/setup-rust-toolchain@v1
2121

.github/workflows/hotpath-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
profile:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)