Skip to content

Commit 74d51d0

Browse files
chore(deps): update actions/setup-python digest to 5db1cf9 (#61)
Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent bea1a85 commit 74d51d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1818

1919
- name: Setup Python
20-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
20+
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
2121
with:
2222
python-version: "3.13"
2323

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
2323

2424
- name: Setup Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
25+
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

0 commit comments

Comments
 (0)