diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af99be7f8d..a7006d98fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Cache cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -82,14 +82,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -145,14 +145,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -191,14 +191,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -237,14 +237,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -301,14 +301,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -399,14 +399,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -441,14 +441,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6f0ef2f74d..cf3c42c418 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: - name: Cache cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ea652a19ab..9cd1aa5be1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,14 +45,14 @@ jobs: - name: Cache cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -63,7 +63,7 @@ jobs: - name: Cache Node Modules id: cache-node - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: ${{ steps.cache-node-dir.outputs.dir }} key: node-${{ runner.os }}-${{ hashFiles('./package-lock.json') }} @@ -91,14 +91,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} @@ -148,14 +148,14 @@ jobs: - name: Use cached cake frosting id: cache-cake - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: run key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} - name: Use cached tools id: cache-tools - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: tools key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}