1
0
mirror of https://github.com/google/gops.git synced 2025-02-19 19:59:55 +02:00

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

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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)

---
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-08-30 23:22:16 +00:00 committed by Tobias Klauser
parent 12769e9c68
commit 62a38d18c9

View File

@ -24,7 +24,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check formatting
if: matrix.go-version == '1.18' && matrix.platform == 'ubuntu-latest'