From 88853b949fd856aa630daab5eee8033411b05264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:28:26 +0000 Subject: [PATCH] chore: bump the non-major-version-updates group with 4 updates Bumps the non-major-version-updates group with 4 updates: [electron/github-app-auth-action](https://github.com/electron/github-app-auth-action), [dsanders11/project-actions](https://github.com/dsanders11/project-actions), [actions/setup-node](https://github.com/actions/setup-node) and [actions/cache](https://github.com/actions/cache). Updates `electron/github-app-auth-action` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/electron/github-app-auth-action/releases) - [Commits](https://github.com/electron/github-app-auth-action/compare/e14e47722ed120360649d0789e25b9baece12725...5f70a3726af01b612f29aac96d05aa524389c9e9) Updates `dsanders11/project-actions` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/dsanders11/project-actions/releases) - [Commits](https://github.com/dsanders11/project-actions/compare/5767984408ccc6742f83acc8b8d8ea5e09f329af...4b06452b0128cf601dac14399aa668a8eed2d684) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) Updates `actions/cache` from 5.0.4 to 5.0.5 - [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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: electron/github-app-auth-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-version-updates - dependency-name: dsanders11/project-actions dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-version-updates - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-version-updates - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yml | 4 ++-- .github/workflows/canary.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 0235da79..9a75b1a7 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 + uses: electron/github-app-auth-action@5f70a3726af01b612f29aac96d05aa524389c9e9 # v2.1.0 id: generate-token with: creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }} org: electron - name: Add to Project - uses: dsanders11/project-actions/add-item@5767984408ccc6742f83acc8b8d8ea5e09f329af # v2.0.0 + uses: dsanders11/project-actions/add-item@4b06452b0128cf601dac14399aa668a8eed2d684 # v2.0.1 with: field: Opened field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }} diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 2b89b120..7b6c488e 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -24,7 +24,7 @@ jobs: path: minimal-repro persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # tag: v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag: v6.4.0 with: # electron/minimal-repro doesn't have a .nvmrc file node-version: lts/* diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a3dfd772..c1bc0979 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' package-manager-cache: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f94f2663..fdb09ebb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc package-manager-cache: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47dcaa77..304c0083 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '${{ matrix.node-version }}' cache: 'yarn' @@ -38,7 +38,7 @@ jobs: - name: Build run: yarn build - name: Electron Cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cache/electron key: v1-electron-cache-${{ matrix.os }}