From 3e2e80d9a1a2444eebd5dc5610f5afa929e215f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:33:51 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [linear/linear-release-action](https://github.com/linear/linear-release-action). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `linear/linear-release-action` from 0.14.5 to 0.15.0 - [Release notes](https://github.com/linear/linear-release-action/releases) - [Commits](https://github.com/linear/linear-release-action/compare/c0cb8354a362c24c6d3e0948f37fd66d07588e3f...af56a9a388625921f3757a2f988e4d7aca958377) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: linear/linear-release-action dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/publish.yml | 6 +++--- .github/workflows/security.yml | 2 +- .github/workflows/sync_linear_release.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fd2106..e1260af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v7 - name: 🏗 Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "yarn" @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v7 - name: 🏗 Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "yarn" @@ -134,7 +134,7 @@ jobs: xcode-version: latest-stable - name: 🏗 Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "yarn" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d14e34c..6d89ac4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' registry-url: https://registry.npmjs.org @@ -70,7 +70,7 @@ jobs: RELEASE_TAG: ${{ github.event.release.tag_name }} run: echo "version=${RELEASE_TAG#v}" >> "$GITHUB_OUTPUT" - - uses: linear/linear-release-action@c0cb8354a362c24c6d3e0948f37fd66d07588e3f + - uses: linear/linear-release-action@af56a9a388625921f3757a2f988e4d7aca958377 with: access_key: ${{ secrets.LINEAR_ACCESS_KEY_REACT_NATIVE }} command: sync @@ -79,7 +79,7 @@ jobs: links: | Source release=${{ github.event.release.html_url }} - - uses: linear/linear-release-action@c0cb8354a362c24c6d3e0948f37fd66d07588e3f + - uses: linear/linear-release-action@af56a9a388625921f3757a2f988e4d7aca958377 with: access_key: ${{ secrets.LINEAR_ACCESS_KEY_REACT_NATIVE }} command: complete diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index a2b5816..f487965 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: yarn diff --git a/.github/workflows/sync_linear_release.yml b/.github/workflows/sync_linear_release.yml index 1418144..dbb4e9b 100644 --- a/.github/workflows/sync_linear_release.yml +++ b/.github/workflows/sync_linear_release.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - - uses: linear/linear-release-action@c0cb8354a362c24c6d3e0948f37fd66d07588e3f + - uses: linear/linear-release-action@af56a9a388625921f3757a2f988e4d7aca958377 with: access_key: ${{ secrets.LINEAR_ACCESS_KEY_REACT_NATIVE }} command: sync