Skip to content

Commit e421da1

Browse files
authored
Merge pull request #3324 from kishen-v/supress-nodejs-warn
Update actions/checkout to v3
2 parents 5a0fe19 + ea28f91 commit e421da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: ${{ matrix.go-versions }}
1717
- name: Checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Run presubmit checks
2020
run: |
2121
source ${{ matrix.environment-variables }}

0 commit comments

Comments
 (0)