Skip to content

Commit 72b1f41

Browse files
[DEPENDABOT]: Bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 728b111 commit 72b1f41

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.2.0
19+
uses: actions/setup-python@v5.3.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.2.0
43+
uses: actions/setup-python@v5.3.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.2.0
14+
uses: actions/setup-python@v5.3.0
1515
with:
1616
python-version: 3.9
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.2.0
18+
uses: actions/setup-python@v5.3.0
1919
with:
2020
python-version: "3.9"
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.2.0
14+
uses: actions/setup-python@v5.3.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
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v4
7373

7474
- name: Set up Python ${{ matrix.python-version }}
75-
uses: actions/setup-python@v5.2.0
75+
uses: actions/setup-python@v5.3.0
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878

@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v4
139139

140140
- name: Set up Python 3.9
141-
uses: actions/setup-python@v5.2.0
141+
uses: actions/setup-python@v5.3.0
142142
with:
143143
python-version: 3.9
144144

.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.2.0
13+
uses: actions/setup-python@v5.3.0
1414
with:
1515
python-version: 3.9
1616

0 commit comments

Comments
 (0)