Skip to content

Commit

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

Update actions/setup-python action to v5
  • Loading branch information
jacksonj04 authored Jan 2, 2024
2 parents 1a76733 + cbf727a commit 079c7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"

Expand All @@ -44,7 +44,7 @@ jobs:
target: ".env"

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"

Expand Down

0 comments on commit 079c7ad

Please sign in to comment.