Skip to content

Commit dede61f

Browse files
authored
Merge pull request #5 from lestex/dependabot/github_actions/actions/setup-python-4
⬆ Bump actions/setup-python from 2 to 4
2 parents 5d23980 + 9d8daf8 commit dede61f

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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929

30-
- uses: actions/setup-python@v2
30+
- uses: actions/setup-python@v4
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

0 commit comments

Comments
 (0)