Skip to content

Commit c298e7b

Browse files
Bump actions/setup-python from 2.2.1 to 2.2.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.1...dc73133) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17213ba commit c298e7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Python
13-
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
13+
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6
1414
with:
1515
python-version: 3.x
1616

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Python
13-
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
13+
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6
1414
with:
1515
python-version: 3.x
1616

0 commit comments

Comments
 (0)