Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 006745d

Browse files
dependabot[bot]CommanderStorm
authored andcommitted
Bump actions/setup-python from 3.1.2 to 4.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.1.2...v4.0.0) --- 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 4e288fb commit 006745d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: ${{ github.head_ref }}
1818
- name: Setup Python
19-
uses: actions/setup-python@v3.1.2
19+
uses: actions/setup-python@v4.0.0
2020
with:
2121
python-version: '3.10'
2222
cache: 'pip'
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
ref: ${{ github.head_ref }}
4141
- name: Setup Python
42-
uses: actions/setup-python@v3.1.2
42+
uses: actions/setup-python@v4.0.0
4343
with:
4444
python-version: '3.10'
4545
cache: 'pip'

.github/workflows/npm_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
ref: ${{ github.head_ref }}
16-
- uses: actions/setup-python@v3.1.2
16+
- uses: actions/setup-python@v4.0.0
1717
with:
1818
python-version: '3.10'
1919
cache: 'pip'

.github/workflows/pre-commit_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
ref: ${{ github.head_ref }}
18-
- uses: actions/setup-python@v3.1.2
18+
- uses: actions/setup-python@v4.0.0
1919
with:
2020
python-version: '3.10'
2121
cache: 'pip'

0 commit comments

Comments
 (0)