From 9ea4e9474e9eeec09c315ca31e46be408074bdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:56:15 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [hashicorp/vault-action](https://github.com/hashicorp/vault-action) and [actions/cache](https://github.com/actions/cache). Updates `hashicorp/vault-action` from 2.7.4 to 3.0.0 - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault-action/compare/v2.7.4...v3.0.0) Updates `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: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-main.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-windows-iis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index 5dee93cb74..f65c1fda67 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -28,7 +28,7 @@ jobs: run: ./build.sh pack - name: Prepare feedz.io - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v3.0.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d25a1a2c1f..d419ce01ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: ./build.sh pack - name: Prepare Nuget - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v3.0.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 98c8501b8d..0ff91a1d4a 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -83,7 +83,7 @@ jobs: run: dotnet build -c Release --verbosity minimal - name: 'Read credentials' - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v3.0.0 with: url: ${{ secrets.VAULT_ADDR }} roleId: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/test-windows-iis.yml b/.github/workflows/test-windows-iis.yml index bf0d33b62e..cc799068e5 100644 --- a/.github/workflows/test-windows-iis.yml +++ b/.github/workflows/test-windows-iis.yml @@ -36,7 +36,7 @@ jobs: - name: Bootstrap Action Workspace uses: ./.github/workflows/bootstrap - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}