Skip to content

Commit af0cf5c

Browse files
build(deps): bump actions/setup-python from 5.5.0 to 5.6.0 (#1624)
1 parent a867907 commit af0cf5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: 🛠️ Set up Python
22-
uses: actions/setup-python@v5.5.0
22+
uses: actions/setup-python@v5.6.0
2323
with:
2424
python-version: "3.x"
2525

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
23-
uses: actions/setup-python@v5.5.0
23+
uses: actions/setup-python@v5.6.0
2424
with:
2525
python-version: ${{ env.DEFAULT_PYTHON }}
2626

@@ -71,7 +71,7 @@ jobs:
7171
- name: Check out code from GitHub
7272
uses: "actions/checkout@v4"
7373
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
74-
uses: "actions/setup-python@v5.5.0"
74+
uses: "actions/setup-python@v5.6.0"
7575
with:
7676
python-version: ${{ env.DEFAULT_PYTHON }}
7777
- name: Install requirements

0 commit comments

Comments
 (0)