Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and theodore86 committed Apr 14, 2023
1 parent 0735b0e commit b018e09
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-linting-and-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3.5.1"
uses: "actions/checkout@v3.5.2"

- name: "Set up Python ${{ matrix.python-version }}"
uses: "actions/setup-python@v4.5.0"
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3.5.1"
uses: "actions/checkout@v3.5.2"

- name: "Run Hadolint"
uses: "hadolint/hadolint-action@v3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-linting-and-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: ["container_build_test_and_publish"]
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3.5.1"
uses: "actions/checkout@v3.5.2"
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-package-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout SCM"
uses: "actions/checkout@v3.5.1"
uses: "actions/checkout@v3.5.2"

- name: "Set up Helm"
uses: "azure/setup-helm@v3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-build-test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout SCM"
uses: "actions/checkout@v3.5.1"
uses: "actions/checkout@v3.5.2"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout SCM"
uses: "actions/checkout@v3.5.1"
uses: "actions/checkout@v3.5.2"

- name: "Set up Python"
uses: "actions/setup-python@v4.5.0"
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3.5.1
uses: actions/checkout@v3.5.2

- name: Set up Python ${{ matrix.python-version }}
uses: "actions/setup-python@v4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.5.1
uses: actions/checkout@v3.5.2

- name: Produce release body
id: git_log
Expand Down

0 comments on commit b018e09

Please sign in to comment.