Skip to content

Commit

Permalink
Merge pull request #40 from vorner/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
vorner authored Feb 23, 2024
2 parents 82715bc + 85b6a81 commit 6a0e706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
toolchain: ${{ matrix.rust }}

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -68,7 +68,7 @@ jobs:
profile: minimal

- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.7"
architecture: x64
Expand Down

0 comments on commit 6a0e706

Please sign in to comment.