From 7959579e785042ae65487a183911fa923f9ab973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:51:58 +0000 Subject: [PATCH] Bump guibranco/github-infisical-secrets-check-action from 1.1.24 to 1.1.25 (#333) * Bump guibranco/github-infisical-secrets-check-action Bumps [guibranco/github-infisical-secrets-check-action](https://github.com/guibranco/github-infisical-secrets-check-action) from 1.1.24 to 1.1.25. - [Release notes](https://github.com/guibranco/github-infisical-secrets-check-action/releases) - [Commits](https://github.com/guibranco/github-infisical-secrets-check-action/compare/v1.1.24...v1.1.25) --- updated-dependencies: - dependency-name: guibranco/github-infisical-secrets-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update deploy.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guilherme Branco Stracini --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/infisical-secrets-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5c186ce..ca9698f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,10 +34,10 @@ jobs: with: useConfigFile: true - - name: Set up Node.js 20 + - name: Set up Node.js 22 uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Install dependencies run: npm install diff --git a/.github/workflows/infisical-secrets-check.yml b/.github/workflows/infisical-secrets-check.yml index 1946a1d..2e1edb7 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@v1.1.24 + uses: guibranco/github-infisical-secrets-check-action@v1.1.25