diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fd82e22..2352d6b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,9 +10,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v4 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v4 with: name: frishi/threetwo username: ${{ secrets.DOCKER_USERNAME }}