From 4e4edfb8d5221268a7458819c31301bf3e722725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:12:54 +0000 Subject: [PATCH 1/2] Bump actions/cache from 3 to 4 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] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1f4adf..c98d630 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: poetry-version: ${{ matrix.poetry-version }} - name: Cache Poetry virtualenv - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ~/.virtualenvs From 00e953f5d6b69f32e6bd191621a71923cac8d620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Jan 2024 03:13:09 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=85=20Ready=20to=20clone=20and=20code?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/template.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/template.yml diff --git a/.github/template.yml b/.github/template.yml deleted file mode 100644 index 53faae1..0000000 --- a/.github/template.yml +++ /dev/null @@ -1 +0,0 @@ -author: fre171csiro \ No newline at end of file