From 625053f9d841f31c12613721e3479c20ac13c6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:30:09 +0000 Subject: [PATCH] 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] --- .github/workflows/close_jira_issue_by_pr_merge.yml | 2 +- .github/workflows/link_edited_pr_to_jira_issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close_jira_issue_by_pr_merge.yml b/.github/workflows/close_jira_issue_by_pr_merge.yml index 19ed663ac879..2f647e04cce5 100644 --- a/.github/workflows/close_jira_issue_by_pr_merge.yml +++ b/.github/workflows/close_jira_issue_by_pr_merge.yml @@ -19,7 +19,7 @@ jobs: python-version: '3.9' - name: Setup Poetry uses: Gr1N/setup-poetry@v7 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: .venv key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} diff --git a/.github/workflows/link_edited_pr_to_jira_issue.yml b/.github/workflows/link_edited_pr_to_jira_issue.yml index 83453b251840..54e6f4240dc5 100644 --- a/.github/workflows/link_edited_pr_to_jira_issue.yml +++ b/.github/workflows/link_edited_pr_to_jira_issue.yml @@ -19,7 +19,7 @@ jobs: python-version: '3.10' - name: Setup Poetry uses: Gr1N/setup-poetry@v7 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: .venv key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}