Skip to content

Commit dda24d3

Browse files
committed
Use sandboxed-step 1.2.0 in all places
1 parent 4fbb2c8 commit dda24d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-go@v6
4747
with:
4848
go-version: stable
49-
- uses: geomys/sandboxed-step@v1.1.1
49+
- uses: geomys/sandboxed-step@v1.2.0
5050
with:
5151
run: go run honnef.co/go/tools/cmd/staticcheck@latest ./...
5252
govulncheck:
@@ -58,6 +58,6 @@ jobs:
5858
- uses: actions/setup-go@v6
5959
with:
6060
go-version: stable
61-
- uses: geomys/sandboxed-step@v1.1.1
61+
- uses: geomys/sandboxed-step@v1.2.0
6262
with:
6363
run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...

0 commit comments

Comments
 (0)