Skip to content

Commit 27648a8

Browse files
author
Joe Hamman
authored
Merge pull request #3 from carbonplan/dependabot/github_actions/actions/setup-python-2.3.0
Bump actions/setup-python from 2.2.2 to 2.3.0
2 parents 0a60625 + acc5207 commit 27648a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/setup-python@v2.2.2
16+
- uses: actions/setup-python@v2.3.0
1717
- uses: pre-commit/[email protected]
1818

1919
test:
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/[email protected]
2727
- name: Setup Python
28-
uses: actions/setup-python@v2.2.2
28+
uses: actions/setup-python@v2.3.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/[email protected]
6060
- name: Setup Python
61-
uses: actions/setup-python@v2.2.2
61+
uses: actions/setup-python@v2.3.0
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
architecture: x64

.github/workflows/pypipublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- name: Set up Python
13-
uses: actions/setup-python@v2.2.2
13+
uses: actions/setup-python@v2.3.0
1414
with:
1515
python-version: "3.x"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)