Skip to content

Commit

Permalink
Merge pull request #243 from MichaelSasser/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-4.6.1

Bump actions/setup-python from 4.6.0 to 4.6.1
  • Loading branch information
MichaelSasser committed May 30, 2023
2 parents 0cca6de + 5c782c2 commit a73b543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.2
- name: Set up Python 3.9
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.6.1
with:
python-version: 3.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.5.2
- name: Set up Python 3.9
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.6.1
with:
python-version: 3.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.5.2
- name: Set up Python 3.9
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.6.1
with:
python-version: 3.9

Expand Down

0 comments on commit a73b543

Please sign in to comment.