diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9586449bf..70fb7122d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - name: Docker meta id: docker_meta - uses: docker/metadata-action@v5.4.0 + uses: docker/metadata-action@v5.5.1 with: images: | ghcr.io/tus/tusd @@ -105,7 +105,7 @@ jobs: - name: Deploy to heroku - uses: akhileshns/heroku-deploy@v3.12.14 + uses: akhileshns/heroku-deploy@v3.13.15 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: ${{secrets.HEROKU_APP_NAME}}