Bump actions/checkout from 3.5.2 to 3.5.3 (#910)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e5e7e5ab8...c85c95e3d7
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
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:
parent
cd30d9890a
commit
38335f81c6
3 changed files with 4 additions and 4 deletions
2
.github/workflows/acceptance.yaml
vendored
2
.github/workflows/acceptance.yaml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
kind-k8s-version: [1.22.17, 1.23.17, 1.24.13, 1.25.9, 1.26.4, 1.27.2]
|
kind-k8s-version: [1.22.17, 1.23.17, 1.24.13, 1.25.9, 1.26.4, 1.27.2]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
- name: Setup test tools
|
- name: Setup test tools
|
||||||
uses: ./.github/actions/setup-test-tools
|
uses: ./.github/actions/setup-test-tools
|
||||||
- name: Create K8s Kind Cluster
|
- name: Create K8s Kind Cluster
|
||||||
|
|
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
||||||
bats-unit-tests:
|
bats-unit-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
- uses: ./.github/actions/setup-test-tools
|
- uses: ./.github/actions/setup-test-tools
|
||||||
- run: bats --tap --timing ./test/unit
|
- run: bats --tap --timing ./test/unit
|
||||||
chart-verifier:
|
chart-verifier:
|
||||||
|
@ -12,7 +12,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CHART_VERIFIER_VERSION: '1.10.1'
|
CHART_VERIFIER_VERSION: '1.10.1'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
- name: Setup test tools
|
- name: Setup test tools
|
||||||
uses: ./.github/actions/setup-test-tools
|
uses: ./.github/actions/setup-test-tools
|
||||||
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
|
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
update-helm-charts-index:
|
update-helm-charts-index:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
- name: verify Chart version matches tag version
|
- name: verify Chart version matches tag version
|
||||||
run: |-
|
run: |-
|
||||||
export TAG=${{ github.ref_name }}
|
export TAG=${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in a new issue