Skip to content

Commit 0c2512e

Browse files
chore: bump actions/setup-python from 5.1.0 to 5.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...39cd149) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32ece6c commit 0c2512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repository-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7
7878

7979
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
80-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # V5.1.0
80+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # V5.1.1
8181
with:
8282
python-version: ${{ needs.get-python-version.outputs.version }}
8383

0 commit comments

Comments
 (0)