Skip to content

Commit 2c00469

Browse files
authored
github: update actions/setup-go and actions/checkout (#6675)
1 parent 1f73ed5 commit 2c00469

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
steps:
2525
# Setup the environment.
2626
- name: Setup Go
27-
uses: actions/setup-go@v3
27+
uses: actions/setup-go@v4
2828
with:
2929
go-version: '1.21'
3030
- name: Checkout repo
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

3333
# Run the vet checks.
3434
- name: vet
@@ -89,12 +89,12 @@ jobs:
8989
run: echo "${{ matrix.grpcenv }}" >> $GITHUB_ENV
9090

9191
- name: Setup Go
92-
uses: actions/setup-go@v3
92+
uses: actions/setup-go@v4
9393
with:
9494
go-version: ${{ matrix.goversion }}
9595

9696
- name: Checkout repo
97-
uses: actions/checkout@v3
97+
uses: actions/checkout@v4
9898

9999
# Only run vet for 'vet' runs.
100100
- name: Run vet.sh

0 commit comments

Comments
 (0)