Skip to content

Commit 143695b

Browse files
Bump actions/setup-python from 2.2.1 to 2.2.2 (#641)
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...v2.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e179c9 commit 143695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2.3.4
1212
- name: Setup Python environment
13-
uses: actions/setup-python@v2.2.1
13+
uses: actions/setup-python@v2.2.2
1414
with:
1515
python-version: 3.7
1616
- name: Setup Node.JS environment

0 commit comments

Comments
 (0)