From db68cf6c28671e20c8e8b034283aaa0d71a6fefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:43:29 +0000 Subject: [PATCH] build(deps): Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [guibranco/github-infisical-secrets-check-action](https://github.com/guibranco/github-infisical-secrets-check-action) and [guibranco/github-csharpier-linter-action](https://github.com/guibranco/github-csharpier-linter-action). Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `guibranco/github-infisical-secrets-check-action` from 5.2.0 to 5.2.2 - [Release notes](https://github.com/guibranco/github-infisical-secrets-check-action/releases) - [Commits](https://github.com/guibranco/github-infisical-secrets-check-action/compare/v5.2.0...v5.2.2) Updates `guibranco/github-csharpier-linter-action` from 1.0.24 to 1.0.25 - [Release notes](https://github.com/guibranco/github-csharpier-linter-action/releases) - [Commits](https://github.com/guibranco/github-csharpier-linter-action/compare/v1.0.24...v1.0.25) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: guibranco/github-infisical-secrets-check-action dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: guibranco/github-csharpier-linter-action dependency-version: 1.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/infisical-secrets-check.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1b3fbe6..63426286 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: run: curl https://deepsource.io/cli | sh - name: 💾 Cache NuGet packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/global.json', '**/packages.lock.json') }} diff --git a/.github/workflows/infisical-secrets-check.yml b/.github/workflows/infisical-secrets-check.yml index 4fcb5845..151446cd 100644 --- a/.github/workflows/infisical-secrets-check.yml +++ b/.github/workflows/infisical-secrets-check.yml @@ -23,4 +23,4 @@ jobs: fetch-depth: 0 - name: Infisical secrets check - uses: guibranco/github-infisical-secrets-check-action@v5.2.0 + uses: guibranco/github-infisical-secrets-check-action@v5.2.2 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index db1b3e7f..853625de 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,4 +12,4 @@ jobs: pull-requests: write steps: - name: CSharpier Linter - uses: guibranco/github-csharpier-linter-action@v1.0.24 + uses: guibranco/github-csharpier-linter-action@v1.0.25