Skip to content

Commit

Permalink
Merge pull request #126 from mammothb/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-4.1.0

build(deps): bump actions/setup-python from 3.1.1 to 4.1.0
  • Loading branch information
mammothb committed Jul 25, 2022
2 parents 0700f3a + a3daf82 commit e57e22c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python 3.8
uses: actions/setup-python@v3.1.1
uses: actions/setup-python@v4.1.0
with:
python-version: 3.7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3.1.1
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3.1.1
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit e57e22c

Please sign in to comment.