Skip to content

Commit 368c32f

Browse files
Update actions/checkout action to v6
1 parent f84e6e8 commit 368c32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checking out faucetagent source
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v6
1212
- name: Installing dependencies
1313
run: |
1414
# Unfortunately this is really slow:

0 commit comments

Comments
 (0)