Skip to content

Commit f10215d

Browse files
dependabot[bot]aramprice
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3041fb commit f10215d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: matrix.os == 'ubuntu-latest'
1414
run: |
1515
sudo apt-get update && sudo apt-get install -y libpcap-dev
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
1919
go-version-file: go.mod
@@ -28,7 +28,7 @@ jobs:
2828
if: matrix.os == 'ubuntu-latest'
2929
run: |
3030
sudo apt-get update && sudo apt-get install -y libpcap-dev
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- uses: actions/setup-go@v6
3333
with:
3434
go-version-file: go.mod

0 commit comments

Comments
 (0)