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.
actions/checkout
1 parent 1a62a39 commit 3820b05Copy full SHA for 3820b05
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
version: [stable, beta, nightly]
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
20
- name: Set toolchain
21
run: |
@@ -48,7 +48,7 @@ jobs:
48
name: MSRV
49
runs-on: ubuntu-latest
50
51
52
53
- name: Install stable toolchain
54
@@ -75,7 +75,7 @@ jobs:
75
name: Lint
76
77
78
79
80
81
0 commit comments