diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c5ae07..7d54141 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 2 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.3.3 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file @@ -66,7 +66,7 @@ jobs: with: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.3.3 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20893f7..3a59efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.3.3 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file