Skip to content

Commit 4ff16a6

Browse files
Update actions/checkout action to v6 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Newhall II <david@sleepers.pro>
1 parent 32163b2 commit 4ff16a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codetests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [macos, windows, ubuntu]
1414
runs-on: ${{ matrix.os }}-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
1919
go-version: stable

0 commit comments

Comments
 (0)