Skip to content

Commit 3ae9f2a

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-go@v5
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@v4
31+
- uses: actions/checkout@v5
3232
- uses: actions/setup-go@v5
3333
with:
3434
go-version-file: go.mod

0 commit comments

Comments
 (0)