Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 31d985b

Browse files
Merge pull request #128 from staticdev/dependabot/github_actions/actions/setup-python-v2.1.1
Bump actions/setup-python from v2 to v2.1.1
2 parents af621b8 + 7053343 commit 31d985b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v2.1.1
2020
with:
2121
python-version: "3.8"
2222

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434

3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v2.1.1
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939

0 commit comments

Comments
 (0)