Skip to content

Commit 59e90b8

Browse files
Merge pull request #65 from dafyddj/renovate/github-actions-non-major-actionsimages
chore(deps): update actions/setup-python action to v6.1.0
2 parents 9b9a12e + 18956d1 commit 59e90b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 5
3232
steps:
3333
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
34+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3535
with:
3636
python-version: ${{ env.PYTHON_VERSION }}
3737
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
fetch-depth: 0 # `copier` prefers full-history clones
5353
submodules: true
54-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
54+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5555
with:
5656
python-version: ${{ env.PYTHON_VERSION }}
5757
- name: Debug on runner (When re-run with "Enable debug logging" checked)

0 commit comments

Comments
 (0)