Skip to content

Commit ebeb7b9

Browse files
dependabot[bot]gadomski
authored andcommitted
Bump actions/setup-python from 3 to 4
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] <[email protected]>
1 parent cea239d commit ebeb7b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Setup Python (faster than using Python container)
4545
- name: Setup Python
46-
uses: actions/setup-python@v3
46+
uses: actions/setup-python@v4
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949

@@ -92,7 +92,7 @@ jobs:
9292
- name: Check out repository code
9393
uses: actions/checkout@v3
9494
- name: Setup Python
95-
uses: actions/setup-python@v3
95+
uses: actions/setup-python@v4
9696
with:
9797
python-version: "3.10"
9898
cache: pip

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Set up Python 3.8
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.8
2727

.github/workflows/publish.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

1515
- name: Set up Python 3.x
16-
uses: actions/setup-python@v3
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.x"
1919

0 commit comments

Comments
 (0)