Skip to content

Commit 1b50848

Browse files
authored
Merge branch 'main' into dependabot/pip/pylint-4.0.4
2 parents a6444a4 + be42e26 commit 1b50848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- &setup-python-default
2929
name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python
31-
uses: &actions-setup-python actions/setup-python@v6.0.0
31+
uses: &actions-setup-python actions/setup-python@v6.1.0
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
check-latest: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v6.0.0
26+
uses: actions/setup-python@v6.1.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
- name: Build distributions

0 commit comments

Comments
 (0)