Skip to content

Commit

Permalink
Update deprecated gh action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukancagatay committed Feb 13, 2024
1 parent 7f0507b commit f640d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
dcagatay/pwless-pgadmin4:${{ env.BASE_CONTAINER_VERSION }}
- name: Update repo description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit f640d10

Please sign in to comment.