From 6dd6f1d569c43a99b1c4a7e61f73408b85a9bac7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:12:07 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/bundle-is-fresh.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bundle-is-fresh.yml b/.github/workflows/bundle-is-fresh.yml index e29df550..caee339a 100644 --- a/.github/workflows/bundle-is-fresh.yml +++ b/.github/workflows/bundle-is-fresh.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cebda892..bae435a0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: show-progress: false - name: Setup Node.js id: setup-node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57e38b3e..b9ba77c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 name: Release Automation steps: - - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }}