Skip to content

Commit 1ac4551

Browse files
chore(deps): update actions/setup-python digest to bd6b4b6 (#91)
1 parent a45eac4 commit 1ac4551

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out repository
1414
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
1515
- name: Set up python 3.9
16-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
16+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
1717
with:
1818
python-version: 3.9
1919
- name: Install Poetry

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out repository
2424
uses: actions/checkout@v3
2525
- name: Set up python ${{ matrix.python-version }}
26-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
26+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)