Skip to content

Commit 87b2ceb

Browse files
Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- 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 cd26281 commit 87b2ceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automated-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: |
1515
git config --global user.name 'github-actions[bot]'
1616
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
17-
- uses: actions/setup-python@v2
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.8
2020
cache: 'pip'

.github/workflows/dns-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
git config --global user.name 'github-actions[bot]'
1111
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
1212
name: Python setup
13-
- uses: actions/setup-python@v2
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.8
1616
cache: 'pip'

0 commit comments

Comments
 (0)