From 7ead1340c1a92f96485bedb2cc54f91770ae02ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:13:28 +0000 Subject: [PATCH] chore(deps): update infisical/secrets-action action to v1.0.16 --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dce3424..f48d685 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v5 - name: Fetch secrets from Infisical - uses: Infisical/secrets-action@v1.0.7 + uses: Infisical/secrets-action@v1.0.16 with: client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a756692..d3b211f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Fetch secrets from Infisical - uses: Infisical/secrets-action@v1.0.7 + uses: Infisical/secrets-action@v1.0.16 with: client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}