Skip to content

Commit f685478

Browse files
committed
chore(.github): bump actions/checkout to v4
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 60d00f7 commit f685478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Lint and Test
1717
runs-on: "ubuntu-latest"
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- uses: Swatinem/rust-cache@v2
2222
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
startsWith(github.ref, 'refs/tags/v') &&
1919
github.repository_owner == 'spinframework'
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

2323
- name: Install Rust toolchain
2424
shell: bash

0 commit comments

Comments
 (0)