Skip to content

Commit

Permalink
Merge pull request #116 from Apollon77/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
Apollon77 authored Mar 28, 2024
2 parents 5f4df14 + 887fa21 commit dc0e36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- name: Use Python 3.11
if: ${{ matrix.os == 'macos-latest' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit dc0e36e

Please sign in to comment.