Skip to content

Commit 7d9aa6d

Browse files
renovate[bot]jackton1
authored andcommitted
Update actions/setup-python action to v4.5.0
1 parent 82b2922 commit 7d9aa6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v4.4.0
21+
uses: actions/setup-python@v4.5.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- uses: actions/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/[email protected]
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v4.4.0
35+
uses: actions/setup-python@v4.5.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
cache: 'pip'

0 commit comments

Comments
 (0)