Skip to content

Commit 2b4b4de

Browse files
author
Joe Hamman
authored
Merge pull request #8 from carbonplan/dependabot/github_actions/actions/setup-python-2.3.1
Bump actions/setup-python from 2.3.0 to 2.3.1
2 parents 1070f93 + 02aabe6 commit 2b4b4de

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/[email protected].0
16+
- uses: actions/[email protected].1
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/[email protected].0
28+
uses: actions/[email protected].1
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/[email protected].0
61+
uses: actions/[email protected].1
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/[email protected].0
13+
uses: actions/[email protected].1
1414
with:
1515
python-version: "3.x"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)