We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60d00f7 + f685478 commit bd0b598Copy full SHA for bd0b598
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Lint and Test
17
runs-on: "ubuntu-latest"
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
21
- uses: Swatinem/rust-cache@v2
22
with:
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
startsWith(github.ref, 'refs/tags/v') &&
github.repository_owner == 'spinframework'
- - uses: actions/checkout@v2
23
- name: Install Rust toolchain
24
shell: bash
0 commit comments