Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent de94851 commit 9932531
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress requires git history to set chart version and image tags
# correctly
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
lint_shell_scripts:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand All @@ -44,7 +44,7 @@ jobs:
lint_and_validate_rendered_templates:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- helm-version: v3.5.0 # minimal required version

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
--set audit.clientMinMessages=debug
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress requires git history to set chart version and image tags
# correctly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build_images:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress requires git history to set chart version and image tags
# correctly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
linkcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress, used by docs/conf.py, requires git history to set
# chart version and image tags correctly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuln-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
accept_failure: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress requires git history to set chart version and image tags
# correctly
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/watch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
version_patch_regexp_group_suffix: "?"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get values.yaml pinned tag of ${{ matrix.registry }}/${{ matrix.repository }}
id: local
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
environment: watch-dependencies

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
environment: watch-dependencies

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Refreeze images/*/requirements.txt based on images/*/requirements.in
run: ci/refreeze
Expand Down

0 comments on commit 9932531

Please sign in to comment.