Skip to content

Commit 10eff4e

Browse files
Bump actions/setup-python from 5.0.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.0.0...v5.3.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>
1 parent 8ac104d commit 10eff4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
25-
uses: actions/setup-python@v5.0.0
25+
uses: actions/setup-python@v5.3.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828

@@ -68,7 +68,7 @@ jobs:
6868
- name: Check out code from GitHub
6969
uses: "actions/checkout@v4"
7070
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
71-
uses: "actions/setup-python@v5.0.0"
71+
uses: "actions/setup-python@v5.3.0"
7272
with:
7373
python-version: ${{ env.DEFAULT_PYTHON }}
7474
- name: Install requirements

0 commit comments

Comments
 (0)