Skip to content

Commit d18afb3

Browse files
Bump actions/setup-python from 5.4.0 to 5.6.0 (#76)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46c904a commit d18afb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: vars
1717
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
1818
- name: Set up Python 3.10
19-
uses: actions/setup-python@v5.4.0
19+
uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: "3.10"
2222
- name: Install build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out code from GitHub
1919
uses: actions/checkout@v4
2020
- name: Set up Python
21-
uses: actions/setup-python@v5.4.0
21+
uses: actions/setup-python@v5.6.0
2222
with:
2323
python-version: "3.11"
2424
- name: Install dependencies

0 commit comments

Comments
 (0)