Skip to content

Commit

Permalink
fix: bump ci action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Jan 29, 2024
1 parent 2ce3e8b commit a283919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: "composite"
steps:
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: "pip"
Expand All @@ -26,7 +26,7 @@ runs:
poetry config virtualenvs.in-project true --local
- name: Use venv cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}-${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/setup
with:
Expand Down

0 comments on commit a283919

Please sign in to comment.