Skip to content

Commit 946bbe9

Browse files
authored
Update actions/checkout to v4 (#82)
The GitHub action `actions/checkout@v1` is around 6 years old now. This PR bumps us to `actions/checkout@v4`.
1 parent 7890486 commit 946bbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v4
1717
- name: Test
1818
shell: pwsh
1919
run: ./build.ps1 -Task Test -Bootstrap

0 commit comments

Comments
 (0)