mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
ci: update version of actions
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -4,11 +4,11 @@ jobs:
|
|||||||
ci:
|
ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- uses: abatilo/actions-poetry@v2.1.3
|
- uses: abatilo/actions-poetry@v2.1.6
|
||||||
- name: Config poetry
|
- name: Config poetry
|
||||||
run: poetry config experimental.new-installer false
|
run: poetry config experimental.new-installer false
|
||||||
- name: CI
|
- name: CI
|
||||||
|
|||||||
Reference in New Issue
Block a user