Skip to content

Commit 8ed0871

Browse files
authored
Merge pull request #158 from Cosmo-CoDiOS/dependabot/github_actions/gh-actions-deps-76468cb07f
chore(ci-deps): bump actions/checkout from 5 to 6 in the gh-actions-deps group
2 parents 1080dae + d5148c8 commit 8ed0871

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@v5
13+
uses: actions/checkout@v6
1414
- name: Setup caching
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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Setup Rust toolchain
1515
uses: actions-rs/toolchain@v1
1616
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@v5
13+
uses: actions/checkout@v6
1414
- name: Install Rust
1515
uses: actions-rs/toolchain@v1
1616
with:

0 commit comments

Comments
 (0)