Skip to content

Commit

Permalink
Merge pull request #38 from henriquegemignani/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
github-actions[bot] authored Dec 11, 2023
2 parents a08d0d0 + 3c65e8a commit a79296b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: 'recursive'

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

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v3

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

Expand Down

0 comments on commit a79296b

Please sign in to comment.