Skip to content

Commit

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

Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
samschott authored Mar 27, 2024
2 parents 8182f76 + d2d7b8f commit 2656772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v5.1.0
with:
python-version: '3.8'
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.0.0
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.x'

Expand Down

0 comments on commit 2656772

Please sign in to comment.