diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 910bc41c..efa5b763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Install Rust uses: hecrj/setup-rust-action@v1 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cargo/.crates.toml @@ -110,7 +110,7 @@ jobs: steps: - name: Load last run details if: github.event_name != 'pull_request' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/rustc-version.txt @@ -157,7 +157,7 @@ jobs: -f 2)" - name: Cache sentry-native if: steps.rustc-version.outcome != 'failure' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/sentry-native key: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 316a1a18..27255abe 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Load last run details - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/rustc-version.txt @@ -52,7 +52,7 @@ jobs: -f 2)" - name: Cache sentry-native if: steps.rustc-version.outcome != 'failure' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/sentry-native key: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7aae69fa..f561d7bf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Load last run details if: github.event_name != 'pull_request' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/rustc-version.txt @@ -88,7 +88,7 @@ jobs: -f 2)" - name: Cache sentry-native if: steps.rustc-version.outcome != 'failure' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/sentry-native key: