Skip to content

Commit 3143581

Browse files
authored
Update GitHub Actions checkout action to v6
1 parent 1cf8742 commit 3143581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-build.yml

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

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
submodules: "recursive"
1414

0 commit comments

Comments
 (0)