From 900d75725beb02416d54607c4cd4c3b072f2f5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:42:15 +0200 Subject: [PATCH] Bump actions/cache from 1 to 3.0.1 (#4) Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.0.1. - [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/v1...v3.0.1) --- 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> --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 46b0f48..a345329 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -34,7 +34,7 @@ jobs: ogr2ogr --version - name: Cache EGP downloads - uses: actions/cache@v1 + uses: actions/cache@v3 env: cache-name: cache-egp-downloads with: