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

Commit 51c3eeb

Browse files
dependabot[bot]jackton1
authored andcommitted
Bump actions/setup-python from 2 to 2.2.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v2.2.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c64d0e6 commit 51c3eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.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/[email protected]
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v2.2.2
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- uses: actions/cache@v2

0 commit comments

Comments
 (0)