From b2e321e778cdcf8eab3dbdb1cf32055536cfea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 05:31:04 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [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/6849a6489940f00c2f30c0fb92c6274307ccb58a...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/general.yml | 6 +++--- .github/workflows/pre-commit.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 24726dd..f0cbcb7 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -27,7 +27,7 @@ jobs: - name: Install Linux Dependencies run: sudo apt-get update && sudo apt-get install -y libxdo-dev sqlite3 - name: Cache sqlx-cli - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-sqlx with: path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx @@ -80,7 +80,7 @@ jobs: - name: Install Linux Dependencies run: sudo apt-get update && sudo apt-get install sqlite3 -y - name: Cache sqlx-cli - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-sqlx with: path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx @@ -125,7 +125,7 @@ jobs: - name: Install Linux Dependencies run: sudo apt-get update && sudo apt-get install sqlite3 -y - name: Cache sqlx-cli - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-sqlx with: path: / ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 22c390e..1f0fe62 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -22,7 +22,7 @@ jobs: - name: Install Linux Dependencies run: sudo apt-get update && sudo apt-get install sqlite3 -y - name: Cache sqlx-cli - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-sqlx with: path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx