Skip to content

Commit aca1bd8

Browse files
build(deps): bump actions/setup-python from 4.0.0 to 4.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c007245 commit aca1bd8

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/[email protected]
2020

2121
- name: 🛠️ Set up Python
22-
uses: actions/setup-python@v4.0.0
22+
uses: actions/setup-python@v4.1.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@v3
2121

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

@@ -66,7 +66,7 @@ jobs:
6666
- name: Check out code from GitHub
6767
uses: "actions/checkout@v3"
6868
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
69-
uses: "actions/setup-python@v4"
69+
uses: "actions/setup-python@v4.1.0"
7070
with:
7171
python-version: ${{ env.DEFAULT_PYTHON }}
7272
- name: Install requirements

0 commit comments

Comments
 (0)