Skip to content

Commit de30ef8

Browse files
committed
updating checkout action in hopes that that'll fix release_tests
1 parent 0091a94 commit de30ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "permit nopass root" >> /etc/doas.conf
5555
- &checkout
5656
if: github.event_name == 'workflow_run'
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v6
5858
with:
5959
fetch-depth: 0
6060
ref: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)