diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-03 17:54:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 17:54:06 +0100 |
commit | 4cb0f5a99df0a3beacc104b117a5b017d420fd0c (patch) | |
tree | a97fd4c0812edd7701b9f040a8e143b4a30e94db | |
parent | Dependabot changelog: allow dependabot to trigger actions (diff) | |
download | synapse-4cb0f5a99df0a3beacc104b117a5b017d420fd0c.tar.xz |
Bump actions/cache from 2 to 3 (#13980)
* 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> * Changelog Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 | ||||
-rw-r--r-- | changelog.d/13980.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index be9d7e926e..54fc28a91d 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -61,7 +61,7 @@ jobs: install: true - name: Set up docker layer caching - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/changelog.d/13980.misc b/changelog.d/13980.misc new file mode 100644 index 0000000000..ef9fde568a --- /dev/null +++ b/changelog.d/13980.misc @@ -0,0 +1 @@ +Bump actions/cache from 2 to 3. |