Skip to content

Commit bd0b598

Browse files
authored
Merge pull request #78 from spinframework/chore/bump-checkout-action-to-v4
chore(.github): bump actions/checkout to v4
2 parents 60d00f7 + f685478 commit bd0b598

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)