Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 75596e2

Browse files
Merge pull request #189 from staticdev/dependabot/github_actions/actions/setup-python-v2.1.4
Bump actions/setup-python from v2.1.3 to v2.1.4
2 parents 8281cc4 + fe75340 commit 75596e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.1.3
19+
uses: actions/setup-python@v2.1.4
2020
with:
2121
python-version: "3.8"
2222

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v2.3.3
3232

3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v2.1.3
34+
uses: actions/setup-python@v2.1.4
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

0 commit comments

Comments
 (0)