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