Skip to content

Commit a45dc17

Browse files
Bump actions/setup-python from 6 to 7 (UniversalRobots#414)
1 parent 8c2adeb commit a45dc17

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v7
19-
- uses: actions/setup-python@v6
19+
- uses: actions/setup-python@v7
2020
with:
2121
python-version: '3.10'
2222
- uses: pre-commit/action@v3.0.1

.github/workflows/sphinx_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
steps:
2020
- uses: actions/checkout@v7
21-
- uses: actions/setup-python@v6
21+
- uses: actions/setup-python@v7
2222
with:
2323
cache: 'pip'
2424
- name: Install dependencies

.github/workflows/update-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Setup pre-commit
1717
- uses: actions/checkout@v7
18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v7
1919
with:
2020
python-version: 3.10.4
2121
- name: Install pre-commit

0 commit comments

Comments
 (0)