Skip to content

Commit 2a002b8

Browse files
Bump actions/setup-python from 5.1.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 692318d commit 2a002b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2121
- name: Set up Python 3.11
22-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
22+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2323
with:
2424
python-version: '3.11'
2525
cache: 'pip'

0 commit comments

Comments
 (0)