Skip to content

Commit 7aa5026

Browse files
Bump actions/setup-python from 3 to 4 (#1416)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62b14cb commit 7aa5026

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Set up Python
91-
uses: actions/setup-python@v3
91+
uses: actions/setup-python@v4
9292
with:
9393
python-version: 3.8
9494

.github/workflows/python-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
157157
- uses: actions/checkout@v3
158158

159-
- uses: actions/setup-python@v3
159+
- uses: actions/setup-python@v4
160160
with:
161161
python-version: ${{ matrix.python_version }}
162162

.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v3
32+
uses: actions/setup-python@v4
3333
with:
3434
python-version: 3.8
3535

.github/workflows/update-supported-enterprise-server-versions.yml

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

1414
steps:
1515
- name: Setup Python
16-
uses: actions/setup-python@v3
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.7"
1919
- name: Checkout CodeQL Action

0 commit comments

Comments
 (0)