From e677dfddfc1a4a0fb6c34676f93cd3c43e0bc5c9 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:13:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20`latest-changes.yml`=20?= =?UTF-8?q?(#198)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 95f581e..5f1c7cf 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -20,6 +20,6 @@ jobs: with: # To allow latest-changes to commit to master token: ${{ secrets.UVICORN_GUNICORN_DOCKER_LATEST_CHANGES }} - - uses: docker://tiangolo/latest-changes:0.0.3 + - uses: docker://tiangolo/latest-changes:0.3.0 with: token: ${{ secrets.GITHUB_TOKEN }}