Skip to content

Commit 8e79b3d

Browse files
Merge pull request #166 from dreadnode/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to e9c40fb
2 parents 3b4dac0 + 2dc9fbf commit 8e79b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry config virtualenvs.in-project true --local
3030
3131
- name: Setup Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
32+
uses: actions/setup-python@e9c40fbc2bf309799101412f178fe3064ebb27ac
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "poetry"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
21+
uses: actions/setup-python@e9c40fbc2bf309799101412f178fe3064ebb27ac
2222
with:
2323
python-version: "3.10"
2424

0 commit comments

Comments
 (0)