Skip to content

Commit 545cfd9

Browse files
chore(deps): update actions/checkout action to v4 (#1183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Truong Nguyen <[email protected]>
1 parent 2193e62 commit 545cfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-infra-agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
AGENT_VERSION: 1.62.0 # hard-coded agent version for now
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
- uses: actions/setup-go@v5
3434
with:
3535
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)