Skip to content

Commit 3820b05

Browse files
authored
Bump actions/checkout to v4 (#524)
1 parent 1a62a39 commit 3820b05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
version: [stable, beta, nightly]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set toolchain
2121
run: |
@@ -48,7 +48,7 @@ jobs:
4848
name: MSRV
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252

5353
- name: Install stable toolchain
5454
run: |
@@ -75,7 +75,7 @@ jobs:
7575
name: Lint
7676
runs-on: ubuntu-latest
7777
steps:
78-
- uses: actions/checkout@v3
78+
- uses: actions/checkout@v4
7979

8080
- name: Install stable toolchain
8181
run: |

0 commit comments

Comments
 (0)