Skip to content

Commit 0d6741d

Browse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b35ef1 commit 0d6741d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Set up Python ${{ matrix.python-version }} with Robot Framework ${{ matrix.rf-version }}
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Setup Chrome

.github/workflows/Select.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "${{ matrix.config.description }} configuration"
3737
echo "Testing with RF v${{ matrix.config.rf-version }}, Selenium v${{ matrix.config.selenium-version}}, Python v${{ matrix.config.python-version }} under ${{ matrix.config.browser }}"
3838
- name: Set up Python ${{ matrix.config.python-version }}
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@v7
4040
with:
4141
python-version: ${{ matrix.config.python-version }}
4242
- name: Setup ${{ matrix.config.browser }} browser
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v6
8989

9090
- name: Set up Python
91-
uses: actions/setup-python@v6
91+
uses: actions/setup-python@v7
9292
with:
9393
python-version: "3.14.4"
9494

0 commit comments

Comments
 (0)