Skip to content

Commit de3d662

Browse files
Renovate: actions/setup-python to 39cd149
1 parent a5eb2e3 commit de3d662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323

2424
- name: Set up python
25-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
25+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
2626
with:
2727
python-version: "3.12"
2828
cache: pip
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4848

4949
- name: Set up python
50-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
50+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
5151
with:
5252
python-version: "3.12"
5353
cache: pip

0 commit comments

Comments
 (0)