Skip to content

Commit

Permalink
Merge pull request #39 from loostrum/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
loostrum authored Mar 26, 2024
2 parents a402f5e + d805466 commit d67c49d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: x64
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: x64
Expand Down

0 comments on commit d67c49d

Please sign in to comment.