Skip to content

Commit 983f1de

Browse files
chore(deps): update actions/setup-python action to v4 (#54)
Co-authored-by: Matt Kramer <[email protected]>
1 parent 4265932 commit 983f1de

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@v2
1515
- name: Set up python 3.9
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # 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@v2
26+
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)