From fdc6b14de5bd0dc966cf612e582fc49ca3727008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:59:57 +0000 Subject: [PATCH 1/2] deps: Bump actions/setup-python from 4.7.1 to 5.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236...0a5c61591373683505ea898e09a3ea4f39ef2b9c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index ebf403d..5fc284e 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - name: Install Python - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} python-version: "3.x" From 2a9fe705f3ea21ee7e3a343c48376cd8047bcb83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Dec 2023 19:02:00 +0000 Subject: [PATCH 2/2] chore: Updated Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0a59e..6a36eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated `action-stars/install-tool-from-github-release` from 0.2.0 to 0.2.1 ([#18](https://github.com/action-stars/helm-workflows/pull/18)) +- Updated `actions/setup-python` from 4.7.1 to 5.0.0 ([#19](https://github.com/action-stars/helm-workflows/pull/19)) ## [v0.1.13] - 2023-11-10