Skip to content

Commit 54e92b6

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

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

.github/workflows/publish.yml

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.10"
2323

0 commit comments

Comments
 (0)