go-ceph: 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-11-15 18:51:50 +00:00 committed by mergify[bot]
parent f6fad4af39
commit e93ec34319
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install revive
run: go install github.com/mgechev/revive@latest
- name: Run checks
@ -43,7 +43,7 @@ jobs:
- "pre-quincy"
- "main"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: make test-containers-test "CEPH_VERSION=${{ matrix.ceph_version }}" "RESULTS_DIR=$PWD/_results"
- name: Clean up test containers