Skip to content

Commit 2d1172b

Browse files
authored
Merge pull request #2 from nfdi-de/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents 8b0b81f + da4ed18 commit 2d1172b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# https://github.com/actions/setup-python
4343
- name: Set up Python
44-
uses: actions/setup-python@v5.6.0
44+
uses: actions/setup-python@v6.0.0
4545
with:
4646
python-version: 3.13
4747

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# https://github.com/actions/setup-python
4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v5.6.0
43+
uses: actions/setup-python@v6.0.0
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# https://github.com/actions/setup-python
4343
- name: Set up Python
44-
uses: actions/setup-python@v5.6.0
44+
uses: actions/setup-python@v6.0.0
4545
with:
4646
python-version: 3.13
4747

.github/workflows/test_pages_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# https://github.com/actions/setup-python
4242
- name: Set up Python 3
43-
uses: actions/setup-python@v5.6.0
43+
uses: actions/setup-python@v6.0.0
4444
with:
4545
python-version: 3.13
4646

0 commit comments

Comments
 (0)