Skip to content

Commit 222873a

Browse files
Bump actions/setup-python from 5 to 6 (#82)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afe0ae9 commit 222873a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- name: Checkout repository
6565
uses: actions/checkout@v5
66-
- uses: actions/setup-python@v5
66+
- uses: actions/setup-python@v6
6767
with:
6868
python-version: "3.13"
6969
architecture: "x64"

0 commit comments

Comments
 (0)