Skip to content

Commit 976d7ae

Browse files
Update actions/checkout action to v6.0.2
1 parent c5b3ea1 commit 976d7ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
goreleaser:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v6.0.1
20+
- uses: actions/checkout@v6.0.2
2121
with:
2222
# Allow goreleaser to access older tag information.
2323
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
timeout-minutes: 5
2525
steps:
26-
- uses: actions/checkout@v6.0.1
26+
- uses: actions/checkout@v6.0.2
2727
- uses: actions/setup-go@v6.2.0
2828
with:
2929
go-version-file: "go.mod"
@@ -38,7 +38,7 @@ jobs:
3838
generate:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v6.0.1
41+
- uses: actions/checkout@v6.0.2
4242
- uses: actions/setup-go@v6.2.0
4343
with:
4444
go-version-file: "go.mod"
@@ -84,7 +84,7 @@ jobs:
8484
NETBOX_VERSION: ${{ matrix.netbox_version }}
8585
NETBOX_BGP_VERSION: ${{ matrix.netbox_bgp_version }}
8686
steps:
87-
- uses: actions/checkout@v6.0.1
87+
- uses: actions/checkout@v6.0.2
8888
- uses: actions/setup-go@v6.2.0
8989
with:
9090
go-version-file: "go.mod"

0 commit comments

Comments
 (0)