Skip to content

Commit 0d0be55

Browse files
committed
Update action versions
1 parent a3f2e6e commit 0d0be55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ runs:
2424
#---------------------------#
2525
- name: Set up python ${{ inputs.python-version }}
2626
id: setup-python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ inputs.python-version }}
3030
#----------------------------------------#
3131
# Install & configure Poetry #
3232
#----------------------------------------#
3333
- name: Load cached Poetry Binary
3434
id: cached-poetry-binary
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.local
3838
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ inputs.poetry-version }}
@@ -47,7 +47,7 @@ runs:
4747
#----------------------------------------------#
4848
- name: Load cached venv
4949
id: cached-poetry-dependencies
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: .venv
5353
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.install-args }}

0 commit comments

Comments
 (0)