Skip to content

Commit b0db4fd

Browse files
chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0 (#42)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48d9f30 commit b0db4fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
fi
3737
- name: Set up Python ${{ env.PYTHON_VERSION }}
38-
uses: actions/setup-python@v5.3.0
38+
uses: actions/setup-python@v5.4.0
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
- name: Install build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check out code from GitHub
2121
uses: actions/checkout@v4
2222
- name: Set up Python
23-
uses: actions/setup-python@v5.3.0
23+
uses: actions/setup-python@v5.4.0
2424
with:
2525
python-version: "3.11"
2626
- name: Install dependencies

0 commit comments

Comments
 (0)