Merge pull request #28 from NotAShelf/dependabot/github_actions/actions/checkout-6

chore(deps): bump actions/checkout from 4 to 6
This commit is contained in:
raf 2025-11-30 17:03:04 +03:00 committed by GitHub
commit 6666644d3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Download profiling results
uses: actions/download-artifact@v4

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout PR HEAD
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

View file

@ -24,7 +24,7 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Setup Rust toolchain"
uses: actions-rust-lang/setup-rust-toolchain@v1