Skip to content

Commit 8238998

Browse files
dependabot[bot]sebastinas
authored andcommitted
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2ad2a1 commit 8238998

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v4
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v2
3434
- name: Set up Python
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v4
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)