Skip to content

Commit

Permalink
Merge pull request #112 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 0e20049 + e3fe043 commit cfe7b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Run image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

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

Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Run image
Expand Down

0 comments on commit cfe7b07

Please sign in to comment.