Skip to content

Commit

Permalink
bonus: last(?) batch of actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Feb 17, 2024
1 parent ced1802 commit 49cb99d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flask_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
tool: just

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

- name: Utilize pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-pip-${{ hashFiles('requirements.txt') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tool: just

- name: Utilize .terraform cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: terraform/.terraform
key: ${{ hashFiles('terraform/.terraform.lock.hcl') }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
tool: just

- name: Utilize .terraform cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: terraform/.terraform
key: ${{ hashFiles('terraform/.terraform.lock.hcl') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
tool: just

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

- name: Utilize pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-pip-${{ hashFiles('requirements-test.txt') }}
Expand Down

0 comments on commit 49cb99d

Please sign in to comment.