Skip to content

Commit

Permalink
Merge pull request #3324 from kishen-v/supress-nodejs-warn
Browse files Browse the repository at this point in the history
Update actions/checkout to v3
  • Loading branch information
bobbypage authored Jun 16, 2023
2 parents 5a0fe19 + ea28f91 commit e421da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: ${{ matrix.go-versions }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run presubmit checks
run: |
source ${{ matrix.environment-variables }}
Expand Down

0 comments on commit e421da1

Please sign in to comment.