Skip to content

Commit 0f80921

Browse files
authored
Bump actions version
The current version was giving warnings in our workflow. I don't believe there's any serious issue with just bumping the version here.
1 parent e8cf249 commit 0f80921

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
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Test
1919
id: test
2020
uses: ./

0 commit comments

Comments
 (0)