Skip to content

Commit d77d427

Browse files
Bump actions/setup-python from 3 to 4 (#3583)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3472813 commit d77d427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Switch to using Python 3.8 by default
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: 3.8
2424
- name: Install tox

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
&& source foo/bin/activate \
7878
&& ansible --version
7979
- name: Install a default Python
80-
uses: actions/setup-python@v3
80+
uses: actions/setup-python@v4
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383
- name: Install dependencies

0 commit comments

Comments
 (0)