Skip to content

Commit

Permalink
Merge pull request #81 from nationalarchives/renovate/actions-setup-p…
Browse files Browse the repository at this point in the history
…ython-4.x

chore(deps): update actions/setup-python action to v4
  • Loading branch information
jacksonj04 authored Oct 10, 2023
2 parents 76e1c6a + 7faf0b7 commit d5ab2f2
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@v3
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: pip
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.9"
- 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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run latest-tag
uses: EndBug/latest-tag@latest
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- uses: aws-actions/setup-sam@v2
- uses: aws-actions/configure-aws-credentials@v1
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- uses: aws-actions/setup-sam@v2
- uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit d5ab2f2

Please sign in to comment.