Skip to content

Commit cbb6161

Browse files
Merge pull request #52 from codeplaysoftware/dependabot/github_actions/actions/setup-python-5.5.0
Bump actions/setup-python from 5.1.0 to 5.5.0
2 parents d560c5b + 2a002b8 commit cbb6161

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)