Skip to content

Commit

Permalink
Merge pull request #142 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 540d406 + 9adb63b commit 59c5258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.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.11"
cache: pip
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install -r requirements/local.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run latest-tag
uses: EndBug/latest-tag@latest
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- uses: aws-actions/setup-sam@v2
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
environment: staging
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- uses: aws-actions/setup-sam@v2
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 59c5258

Please sign in to comment.