Skip to content

Commit

Permalink
github: update actions/setup-go and actions/checkout (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Oct 3, 2023
1 parent 1f73ed5 commit 2c00469
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
steps:
# Setup the environment.
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run the vet checks.
- name: vet
Expand Down Expand Up @@ -89,12 +89,12 @@ jobs:
run: echo "${{ matrix.grpcenv }}" >> $GITHUB_ENV

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.goversion }}

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# Only run vet for 'vet' runs.
- name: Run vet.sh
Expand Down

0 comments on commit 2c00469

Please sign in to comment.