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