diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index 57b110c4118d..f810ad1e0179 100644 --- a/.github/workflows/update-db.yml +++ b/.github/workflows/update-db.yml @@ -26,7 +26,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: cache key: update-${{ github.sha }} @@ -53,7 +53,7 @@ jobs: run: 7z a build.zip ./gh-pages/* ./gh-pages-template/* - name: Upload artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: update path: ${{ github.workspace }}/build.zip