Skip to content

Commit 192bddd

Browse files
renovate[bot]probberechts
authored andcommitted
chore(deps): update actions/setup-python action to v5.4.0
1 parent 8db560e commit 192bddd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: tests/appdata/data
3434
key: cache-data-${{ runner.os }}-${{ matrix.python }}
3535
- name: Set up Python ${{ matrix.python }}
36-
uses: actions/setup-python@v5.3.0
36+
uses: actions/setup-python@v5.4.0
3737
with:
3838
python-version: ${{ matrix.python }}
3939
- name: Upgrade pip
@@ -105,7 +105,7 @@ jobs:
105105
- name: Check out the repository
106106
uses: actions/checkout@v4.2.2
107107
- name: Set up Python
108-
uses: actions/setup-python@v5.3.0
108+
uses: actions/setup-python@v5.4.0
109109
with:
110110
python-version: "3.11"
111111
- name: Upgrade pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5.3.0
20+
uses: actions/setup-python@v5.4.0
2121
with:
2222
python-version: "3.8"
2323

0 commit comments

Comments
 (0)