From 441ad199d45babafd9fe64db6a9242e6cfd98c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:08:20 +0300 Subject: [PATCH 1/2] dependabot: bump actions/dependency-review-action from 3 to 4 (#169) Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index f5e6e338..f6e0befd 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -23,4 +23,4 @@ jobs: uses: actions/checkout@v4 - name: run dependency review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 From ef05db5af417e5fbef04e05380eb4c0e1419f025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:08:49 +0300 Subject: [PATCH 2/2] dependabot: bump actions/cache from 3 to 4 (#168) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <8581044+vvssttkk@users.noreply.github.com> --- .github/workflows/cd-prod.yml | 2 +- .github/workflows/cd-stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 4ed08771..e5dd758a 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -27,7 +27,7 @@ jobs: cache: 'pip' - name: caching - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ github.ref }} path: .cache diff --git a/.github/workflows/cd-stage.yml b/.github/workflows/cd-stage.yml index 39258f65..80809001 100644 --- a/.github/workflows/cd-stage.yml +++ b/.github/workflows/cd-stage.yml @@ -32,7 +32,7 @@ jobs: cache: 'pip' - name: caching - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ github.ref }} path: .cache