Skip to content

Commit 4a3cacd

Browse files
authoredFeb 3, 2025··
Bump actions/setup-python in the github-actions group (#170)
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea5c1de commit 4a3cacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4.2.2
2929
- name: Set up Python
30-
uses: actions/setup-python@v5.3.0
30+
uses: actions/setup-python@v5.4.0
3131
with:
3232
python-version: "3.8"
3333
- name: Install GoogleTest
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v4.2.2
8282
- name: Set up Python
83-
uses: actions/setup-python@v5.3.0
83+
uses: actions/setup-python@v5.4.0
8484
with:
8585
python-version: ${{ matrix.python }}
8686

0 commit comments

Comments
 (0)
Please sign in to comment.