build(deps): bump actions/checkout from 2 to 3.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-06 05:16:32 +00:00
committed by GitHub
parent b27b54959f
commit 36ef44c2b1
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ jobs:
name: Run test suite name: Run test suite
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3.1.0
- name: Run tests - name: Run tests
run: ./scripts/test.sh run: ./scripts/test.sh

View File

@@ -9,7 +9,7 @@ jobs:
name: Publish setup script name: Publish setup script
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3.1.0
- name: Set up Cloud SDK - name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master uses: google-github-actions/setup-gcloud@master
with: with: