Skip to content

Commit f69540d

Browse files
authored
Merge pull request #14 from Cosmo-CoDiOS/dependabot/github_actions/actions/checkout-6
chore(ci): bump actions/checkout from 4 to 6
2 parents 5d3e8a0 + b182364 commit f69540d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-debug-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Setup Cargo binary caching/installation action
1515
uses: actions-rs/[email protected]
1616
with:

.github/workflows/ci-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Setup Rust toolchain
1414
uses: actions-rs/toolchain@v1
1515
with:

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Install Rust
1515
uses: actions-rs/toolchain@v1
1616
with:

0 commit comments

Comments
 (0)