Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: rahul2393 <[email protected]>
  • Loading branch information
renovate-bot and rahul2393 authored Aug 9, 2022
1 parent 4a9dba3 commit fb8b6e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-on-emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run integration tests on emulator
run: go test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-on-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: 'auth'
uses: 'google-github-actions/auth@v0'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run unit tests
run: go test -short

0 comments on commit fb8b6e7

Please sign in to comment.