Skip to content

Commit 2d9f4fb

Browse files
Update actions/checkout action to v4 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42ed0c9 commit 2d9f4fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3232
- name: Build
3333
run: cargo build --release --verbose
3434
- name: rust-clippy-check

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
- name: Build
1616
run: cargo build --release --verbose
1717
- name: rust-clippy-check

0 commit comments

Comments
 (0)