Skip to content

Commit

Permalink
Merge pull request #19 from lithammer/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-v2.2.1
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
2 parents 24f1b07 + 1a62358 commit e7f77f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }} (${{ matrix.arch }})
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.python-version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit e7f77f7

Please sign in to comment.