Skip to content

Commit 96b05af

Browse files
Bump actions/setup-python from 1 to 2.2.2 (#5)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v2.2.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edcbda3 commit 96b05af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@master
1717
- name: Set up Python 3.9
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v2.2.2
1919
with:
2020
python-version: '3.10'
2121
- name: Install pypa/build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Setup Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v2.2.2
2121
with:
2222
python-version: ${{ matrix.python_ver }}
2323
- name: Install dependencies

0 commit comments

Comments
 (0)