Skip to content

Commit a283919

Browse files
committed
fix: bump ci action versions
1 parent 2ce3e8b commit a283919

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Set up Python ${{ inputs.python-version }}
16-
uses: actions/setup-python@v3
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ inputs.python-version }}
1919
cache: "pip"
@@ -26,7 +26,7 @@ runs:
2626
poetry config virtualenvs.in-project true --local
2727
2828
- name: Use venv cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: ./.venv
3232
key: venv-${{ hashFiles('poetry.lock') }}-${{ inputs.python-version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- uses: ./.github/setup
1818
with:

0 commit comments

Comments
 (0)