Skip to content

Commit 859eff3

Browse files
Merge pull request #467 from SFTtech/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents d5c858a + ea22842 commit 859eff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
formatting:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Install Rust stable
1818
uses: actions-rs/toolchain@v1
1919
with:
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- name: Install dependencies
5151
run: sudo apt-get -y install protobuf-compiler
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Install Rust ${{ matrix.rust }}
5454
uses: actions-rs/toolchain@v1
5555
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
RUST_BACKTRACE: full
2828
RUSTV: stable
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Install Rust
3232
id: rust
3333
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)