Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.5.2 to 3.5.3
Browse files Browse the repository at this point in the history
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](actions/checkout@v3.5.2...v3.5.3)

---
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 Jun 17, 2023
1 parent 0d05ef2 commit fac3934
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.2"
uses: "actions/checkout@v3.5.3"

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

- 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.2"
uses: "actions/checkout@v3.5.3"
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.2"
uses: "actions/checkout@v3.5.3"

- 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.2"
uses: "actions/checkout@v3.5.3"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.7.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.2"
uses: "actions/checkout@v3.5.3"

- name: "Set up Python"
uses: "actions/setup-python@v4.6.1"
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.2
uses: actions/checkout@v3.5.3

- name: Set up Python ${{ matrix.python-version }}
uses: "actions/setup-python@v4.6.1"
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.2
uses: actions/checkout@v3.5.3

- name: Produce release body
id: git_log
Expand Down

0 comments on commit fac3934

Please sign in to comment.