From 1778166ac71934bfd44d1de9bef29d89d4f5b2f0 Mon Sep 17 00:00:00 2001 From: pseusys Date: Fri, 17 Feb 2023 22:48:00 +0100 Subject: [PATCH] actions version updated --- .github/workflows/build_image.yml | 2 +- .github/workflows/codestyle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 4ae01df..6a27942 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -30,7 +30,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker image 🏗️ - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/releases') }} tags: ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 174ca6c..3d8c1ac 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python 3.8 🐍 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: 3.8