Skip to content

Commit 15d2de9

Browse files
authored
Merge pull request #180 from wilhelm-lab/dependabot/github_actions/development/actions/setup-python-5.6.0
[DEPENDABOT]: Bump actions/setup-python from 5.3.0 to 5.6.0
2 parents 73ce144 + f7944dd commit 15d2de9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Check out source-code repository
1717

1818
- name: Setup Python
19-
uses: actions/setup-python@v5.3.0
19+
uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: ${{ matrix.python }}
2222

.github/workflows/main_master_branch_protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Set up Python
43-
uses: actions/setup-python@v5.3.0
43+
uses: actions/setup-python@v5.6.0
4444
with:
4545
python-version: "3.9"
4646
# PRs to the repository master branch are only ok if coming from any patch or release branch

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check out source-code repository
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v5.3.0
14+
uses: actions/setup-python@v5.6.0
1515
with:
1616
python-version: 3.13
1717

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v5.3.0
18+
uses: actions/setup-python@v5.6.0
1919
with:
2020
python-version: "3.13"
2121

.github/workflows/run_cookietemple_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check out source-code repository
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v5.3.0
14+
uses: actions/setup-python@v5.6.0
1515
with:
1616
python-version: 3.9
1717

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: actions/checkout@v4
128128

129129
- name: Set up Python ${{ matrix.python-version }}
130-
uses: actions/setup-python@v5.3.0
130+
uses: actions/setup-python@v5.6.0
131131
with:
132132
python-version: ${{ matrix.python-version }}
133133

@@ -194,7 +194,7 @@ jobs:
194194
uses: actions/checkout@v4
195195

196196
- name: Set up Python 3.13
197-
uses: actions/setup-python@v5.3.0
197+
uses: actions/setup-python@v5.6.0
198198
with:
199199
python-version: "3.13"
200200

.github/workflows/sync_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Setup Python
13-
uses: actions/setup-python@v5.3.0
13+
uses: actions/setup-python@v5.6.0
1414
with:
1515
python-version: "3.13"
1616

0 commit comments

Comments
 (0)