Skip to content

Commit

Permalink
Update actions to their latest releases (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa authored Oct 17, 2023
1 parent babffa5 commit 3869a1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.7'

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

needs: deploy-pypi
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand All @@ -66,13 +66,13 @@ jobs:
- name: Login to image repository
if: github.ref_type == 'tag'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DEVOPSHQ_DOCKER_USER }}
password: ${{ secrets.DEVOPSHQ_DOCKER_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit 3869a1f

Please sign in to comment.