Skip to content

Commit 0386805

Browse files
authored
Merge pull request #42 from jiftechnify/dependabot/github_actions/actions/checkout-6
Build(deps): Bump actions/checkout from 5 to 6
2 parents 57cf71d + 1791541 commit 0386805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Set up Rust toolchain
1515
uses: dtolnay/rust-toolchain@stable
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout repo
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Run typos
3434
uses: crate-ci/typos@v1.39.2

0 commit comments

Comments
 (0)