From 720af479a116d55728aaca2bc34a47a4c2da1a42 Mon Sep 17 00:00:00 2001 From: Fabian Brendli Date: Thu, 4 Jan 2024 23:07:15 +0100 Subject: [PATCH] :construction_worker: Update optimize workflow actions --- .github/workflows/optimize.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/optimize.yml b/.github/workflows/optimize.yml index ae3f221f..a4d1f537 100644 --- a/.github/workflows/optimize.yml +++ b/.github/workflows/optimize.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ๐Ÿšš Get latest code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -26,7 +26,7 @@ jobs: - name: ๐Ÿงพ Get changed PNG files id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: since_last_remote_commit: "true" files: "**/*.png"