From ab920618448b38ab5eb4879c02c1bbd87a5b6e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 25 Aug 2024 21:12:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20`latest-changes`=20GitH?= =?UTF-8?q?ub=20Action=20(#236)?= 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 29f4ccc..9c07fa4 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.3.0 + - uses: tiangolo/latest-changes@0.3.1 with: token: ${{ secrets.GITHUB_TOKEN }}