actions version updated

This commit is contained in:
pseusys
2023-02-17 22:48:00 +01:00
parent 4afa664de2
commit 1778166ac7
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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