Bump actions/checkout from 3.2.0 to 3.3.0 (#103)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.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/v3.2.0...v3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-06 10:08:18 +11:00
committed by GitHub
parent 7932e3975b
commit bd7f830958
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.2.0"
- uses: "actions/checkout@v3.3.0"
- uses: "actions/cache@v3"
with:
path: "~/go/pkg/mod"
@@ -31,7 +31,7 @@ jobs:
needs: "build"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.2.0"
- uses: "actions/checkout@v3.3.0"
- uses: "actions/cache@v3"
with:
path: "~/go/pkg/mod"
@@ -50,7 +50,7 @@ jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.2.0"
- uses: "actions/checkout@v3.3.0"
- uses: "actions/cache@v3"
with:
path: "~/go/pkg/mod"
@@ -66,7 +66,7 @@ jobs:
needs: "build"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.2.0"
- uses: "actions/checkout@v3.3.0"
- uses: "actions/cache@v3"
with:
path: "~/go/pkg/mod"

View File

@@ -15,7 +15,7 @@ jobs:
with:
go-version: "${{ env.GO_VERSION }}"
- uses: "actions/checkout@v3.2.0"
- uses: "actions/checkout@v3.3.0"
- uses: "actions/cache@v3"
with:
path: "~/go/pkg/mod"