summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-02 09:58:19 +0000
committerTom Milligan <tommilligan@users.noreply.github.com>2022-10-16 08:32:45 +0100
commit7c20d5b2d190a1a522f579e2023cbaa9b5fa8ad5 (patch)
treebf53097dd97a5e0c6cbff259ef11e201ff16a4fa
parent3507d6b5e0bcd15d329096c1fd1c9b1d47f1ae91 (diff)
chore(deps): bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/check.yml6
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.github/workflows/publish.yml2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index c424008..d7f6d6a 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Cache build files
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: |
~/.cargo/registry
@@ -37,7 +37,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Cache build files
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: |
~/.cargo/registry
@@ -89,7 +89,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Cache build files
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: |
~/.cargo/registry
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 6acce85..a8fda38 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
# Cache files between builds
- name: Setup | Cache Cargo
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: |
~/.cargo/registry
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index e5ffae4..85d9914 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: |
~/.cargo/registry
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 63e5942..4af82e7 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: |
~/.cargo/registry