Skip to content

Commit

Permalink
Merge pull request #977 from fshowalter/renovate/actions-setup-python…
Browse files Browse the repository at this point in the history
…-5.x

Update actions/setup-python action to v5
  • Loading branch information
fshowalter authored Dec 8, 2023
2 parents b7e8caa + c38c81e commit 0bb3970
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: cache python environment
uses: actions/cache@v3
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: cache python environment
uses: actions/cache@v3
Expand All @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: cache python environment
uses: actions/cache@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: cache python environment
uses: actions/cache@v3
Expand Down

0 comments on commit 0bb3970

Please sign in to comment.