Skip to content

Commit 7b27940

Browse files
authored
Merge pull request #52 from hsluv/dependabot/github_actions/actions/setup-python-5.2.0
Actions(deps): Bump actions/setup-python from 4.5.0 to 5.2.0
2 parents 36729de + 50f2d8c commit 7b27940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
24+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

0 commit comments

Comments
 (0)