mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 12:57:41 +00:00
Merge pull request #59 from NotAShelf/dependabot/github_actions/actions/checkout-6
chore: bump actions/checkout from 4 to 6
This commit is contained in:
commit
7dea8777b8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/hotpath-comment.yml
vendored
2
.github/workflows/hotpath-comment.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
|
|
|
|||
2
.github/workflows/hotpath-profile.yml
vendored
2
.github/workflows/hotpath-profile.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
profile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue