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:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3.2.0"
|
- uses: "actions/checkout@v3.3.0"
|
||||||
- uses: "actions/cache@v3"
|
- uses: "actions/cache@v3"
|
||||||
with:
|
with:
|
||||||
path: "~/go/pkg/mod"
|
path: "~/go/pkg/mod"
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
needs: "build"
|
needs: "build"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3.2.0"
|
- uses: "actions/checkout@v3.3.0"
|
||||||
- uses: "actions/cache@v3"
|
- uses: "actions/cache@v3"
|
||||||
with:
|
with:
|
||||||
path: "~/go/pkg/mod"
|
path: "~/go/pkg/mod"
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3.2.0"
|
- uses: "actions/checkout@v3.3.0"
|
||||||
- uses: "actions/cache@v3"
|
- uses: "actions/cache@v3"
|
||||||
with:
|
with:
|
||||||
path: "~/go/pkg/mod"
|
path: "~/go/pkg/mod"
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
needs: "build"
|
needs: "build"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3.2.0"
|
- uses: "actions/checkout@v3.3.0"
|
||||||
- uses: "actions/cache@v3"
|
- uses: "actions/cache@v3"
|
||||||
with:
|
with:
|
||||||
path: "~/go/pkg/mod"
|
path: "~/go/pkg/mod"
|
||||||
|
|||||||
2
.github/workflows/generate.yaml
vendored
2
.github/workflows/generate.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: "${{ env.GO_VERSION }}"
|
go-version: "${{ env.GO_VERSION }}"
|
||||||
|
|
||||||
- uses: "actions/checkout@v3.2.0"
|
- uses: "actions/checkout@v3.3.0"
|
||||||
- uses: "actions/cache@v3"
|
- uses: "actions/cache@v3"
|
||||||
with:
|
with:
|
||||||
path: "~/go/pkg/mod"
|
path: "~/go/pkg/mod"
|
||||||
|
|||||||
Reference in New Issue
Block a user