From 50412e68f4b4be50d0148ac35965f9787c73d632 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Thu, 22 Feb 2024 23:29:38 +0400 Subject: [PATCH] ci: update workflows and deps versions Signed-off-by: Zakhar Bessarab --- .github/workflows/lint.yml | 7 +------ .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 02e3be1..816a5ce 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,23 +7,18 @@ jobs: lint: name: 'Lint' runs-on: ubuntu-latest - container: - image: python:3.11-alpine steps: - name: 'Checkout' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache .venv directory uses: actions/cache@v3 with: path: .venv key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }} - restore-keys: | - ${{ runner.os }}-venv- - name: Lint run: | - apk add --update --no-cache --virtual build_dependencies gcc musl-dev libffi-dev openssl-dev rust cargo make make init-venv make lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3ba511..09230ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: release: runs-on: ubuntu-latest container: - image: python:3.9-alpine + image: python:3.11-alpine steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Publish collection to ansible galaxy env: