Skip to content

Commit 094cf95

Browse files
dependabot[bot]paul58914080
authored andcommitted
ci: bump actions/setup-python from 6 to 7 in the language-setup group
Bumps the language-setup group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: language-setup ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 781eb1d commit 094cf95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-from-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: ${{ github.head_ref || github.ref }}
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
- name: Set up Python
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v7
2121
with:
2222
python-version: '3.x'
2323
- name: Install copier

0 commit comments

Comments
 (0)