From f1efcc4e7df6a1cb6e3f8991354025f57c4e18cb Mon Sep 17 00:00:00 2001 From: Baptiste Pasquier Date: Wed, 13 Mar 2024 14:47:39 +0100 Subject: [PATCH] Update GitHub Actions workflows --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/quality.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca88bb1..9c0fec7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,10 +12,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Poetry - run: pipx install poetry + uses: snok/install-poetry@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 8a0bf3e..3ec8c45 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -9,10 +9,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Poetry - run: pipx install poetry + uses: snok/install-poetry@v1 - name: Set up Python 3.10 uses: actions/setup-python@v4