chore(deps): bump the actions group across 1 directory with 11 updates (#8741)
Bumps the actions group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [makeplane/actions](https://github.com/makeplane/actions) | `1.0.0` | `1.4.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.1.0` | `2.5.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.9.0` | `7.0.0` | | [tailscale/github-action](https://github.com/tailscale/github-action) | `2` | `4` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `makeplane/actions` from 1.0.0 to 1.4.0 - [Release notes](https://github.com/makeplane/actions/releases) - [Commits](https://github.com/makeplane/actions/compare/v1.0.0...v1.4.0) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `softprops/action-gh-release` from 2.1.0 to 2.5.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.5.0) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) Updates `docker/build-push-action` from 6.9.0 to 7.0.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v7.0.0) Updates `tailscale/github-action` from 2 to 4 - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/v2...v4) Updates `actions/cache` from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: makeplane/actions dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: tailscale/github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
428cb478b1
commit
72b6453f6f
9 changed files with 34 additions and 34 deletions
28
.github/workflows/build-branch.yml
vendored
28
.github/workflows/build-branch.yml
vendored
|
|
@ -134,7 +134,7 @@ jobs:
|
||||||
|
|
||||||
- id: checkout_files
|
- id: checkout_files
|
||||||
name: Checkout Files
|
name: Checkout Files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
branch_build_push_admin:
|
branch_build_push_admin:
|
||||||
name: Build-Push Admin Docker Image
|
name: Build-Push Admin Docker Image
|
||||||
|
|
@ -142,7 +142,7 @@ jobs:
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
steps:
|
steps:
|
||||||
- name: Admin Build and Push
|
- name: Admin Build and Push
|
||||||
uses: makeplane/actions/build-push@v1.0.0
|
uses: makeplane/actions/build-push@v1.4.0
|
||||||
with:
|
with:
|
||||||
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
||||||
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
||||||
|
|
@ -164,7 +164,7 @@ jobs:
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
steps:
|
steps:
|
||||||
- name: Web Build and Push
|
- name: Web Build and Push
|
||||||
uses: makeplane/actions/build-push@v1.0.0
|
uses: makeplane/actions/build-push@v1.4.0
|
||||||
with:
|
with:
|
||||||
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
||||||
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
||||||
|
|
@ -186,7 +186,7 @@ jobs:
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
steps:
|
steps:
|
||||||
- name: Space Build and Push
|
- name: Space Build and Push
|
||||||
uses: makeplane/actions/build-push@v1.0.0
|
uses: makeplane/actions/build-push@v1.4.0
|
||||||
with:
|
with:
|
||||||
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
||||||
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
||||||
|
|
@ -208,7 +208,7 @@ jobs:
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
steps:
|
steps:
|
||||||
- name: Live Build and Push
|
- name: Live Build and Push
|
||||||
uses: makeplane/actions/build-push@v1.0.0
|
uses: makeplane/actions/build-push@v1.4.0
|
||||||
with:
|
with:
|
||||||
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
||||||
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
||||||
|
|
@ -230,7 +230,7 @@ jobs:
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
steps:
|
steps:
|
||||||
- name: Backend Build and Push
|
- name: Backend Build and Push
|
||||||
uses: makeplane/actions/build-push@v1.0.0
|
uses: makeplane/actions/build-push@v1.4.0
|
||||||
with:
|
with:
|
||||||
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
||||||
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
||||||
|
|
@ -252,7 +252,7 @@ jobs:
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
steps:
|
steps:
|
||||||
- name: Proxy Build and Push
|
- name: Proxy Build and Push
|
||||||
uses: makeplane/actions/build-push@v1.0.0
|
uses: makeplane/actions/build-push@v1.4.0
|
||||||
with:
|
with:
|
||||||
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
||||||
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
||||||
|
|
@ -282,7 +282,7 @@ jobs:
|
||||||
- branch_build_push_proxy
|
- branch_build_push_proxy
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Files
|
- name: Checkout Files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Prepare AIO Assets
|
- name: Prepare AIO Assets
|
||||||
id: prepare_aio_assets
|
id: prepare_aio_assets
|
||||||
|
|
@ -298,13 +298,13 @@ jobs:
|
||||||
echo "AIO_BUILD_VERSION=${aio_version}" >> $GITHUB_OUTPUT
|
echo "AIO_BUILD_VERSION=${aio_version}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Upload AIO Assets
|
- name: Upload AIO Assets
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: ./deployments/aio/community/dist
|
path: ./deployments/aio/community/dist
|
||||||
name: aio-assets-dist
|
name: aio-assets-dist
|
||||||
|
|
||||||
- name: AIO Build and Push
|
- name: AIO Build and Push
|
||||||
uses: makeplane/actions/build-push@v1.1.0
|
uses: makeplane/actions/build-push@v1.4.0
|
||||||
with:
|
with:
|
||||||
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
|
||||||
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
|
||||||
|
|
@ -337,7 +337,7 @@ jobs:
|
||||||
- branch_build_push_proxy
|
- branch_build_push_proxy
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Files
|
- name: Checkout Files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Update Assets
|
- name: Update Assets
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -352,7 +352,7 @@ jobs:
|
||||||
# sed -i 's/APP_RELEASE=stable/APP_RELEASE='${REL_VERSION}'/g' deployments/cli/community/variables.env
|
# sed -i 's/APP_RELEASE=stable/APP_RELEASE='${REL_VERSION}'/g' deployments/cli/community/variables.env
|
||||||
|
|
||||||
- name: Upload Assets
|
- name: Upload Assets
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: community-assets
|
name: community-assets
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -381,7 +381,7 @@ jobs:
|
||||||
REL_VERSION: ${{ needs.branch_build_setup.outputs.release_version }}
|
REL_VERSION: ${{ needs.branch_build_setup.outputs.release_version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Update Assets
|
- name: Update Assets
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -391,7 +391,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v2.1.0
|
uses: softprops/action-gh-release@v2.6.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
4
.github/workflows/check-version.yml
vendored
4
.github/workflows/check-version.yml
vendored
|
|
@ -10,13 +10,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
|
|
||||||
- name: Get PR Branch version
|
- name: Get PR Branch version
|
||||||
run: echo "PR_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
|
run: echo "PR_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v4
|
uses: github/codeql-action/init@v4
|
||||||
|
|
|
||||||
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
- name: Annotate locations with typos
|
- name: Annotate locations with typos
|
||||||
uses: codespell-project/codespell-problem-matcher@v1
|
uses: codespell-project/codespell-problem-matcher@v1
|
||||||
- name: Codespell
|
- name: Codespell
|
||||||
|
|
|
||||||
2
.github/workflows/copyright-check.yml
vendored
2
.github/workflows/copyright-check.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
||||||
|
|
|
||||||
12
.github/workflows/feature-deployment.yml
vendored
12
.github/workflows/feature-deployment.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
|
|
||||||
- id: checkout_files
|
- id: checkout_files
|
||||||
name: Checkout Files
|
name: Checkout Files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
full_build_push:
|
full_build_push:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
@ -63,23 +63,23 @@ jobs:
|
||||||
BUILDX_ENDPOINT: ${{ needs.branch_build_setup.outputs.gh_buildx_endpoint }}
|
BUILDX_ENDPOINT: ${{ needs.branch_build_setup.outputs.gh_buildx_endpoint }}
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
with:
|
with:
|
||||||
driver: ${{ env.BUILDX_DRIVER }}
|
driver: ${{ env.BUILDX_DRIVER }}
|
||||||
version: ${{ env.BUILDX_VERSION }}
|
version: ${{ env.BUILDX_VERSION }}
|
||||||
endpoint: ${{ env.BUILDX_ENDPOINT }}
|
endpoint: ${{ env.BUILDX_ENDPOINT }}
|
||||||
|
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Build and Push to Docker Hub
|
- name: Build and Push to Docker Hub
|
||||||
uses: docker/build-push-action@v6.9.0
|
uses: docker/build-push-action@v7.0.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./aio/Dockerfile-app
|
file: ./aio/Dockerfile-app
|
||||||
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
sudo apt-get install -y python3-pip
|
sudo apt-get install -y python3-pip
|
||||||
pip3 install awscli
|
pip3 install awscli
|
||||||
- name: Tailscale
|
- name: Tailscale
|
||||||
uses: tailscale/github-action@v2
|
uses: tailscale/github-action@v4
|
||||||
with:
|
with:
|
||||||
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
|
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
|
||||||
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
|
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Cache pnpm store
|
- name: Cache pnpm store
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.STORE_PATH }}
|
path: ${{ env.STORE_PATH }}
|
||||||
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
|
@ -89,7 +89,7 @@ jobs:
|
||||||
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Cache pnpm store
|
- name: Cache pnpm store
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.STORE_PATH }}
|
path: ${{ env.STORE_PATH }}
|
||||||
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
pnpm-store-${{ runner.os }}-
|
pnpm-store-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Restore Turbo cache
|
- name: Restore Turbo cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v5
|
||||||
with:
|
with:
|
||||||
path: .turbo
|
path: .turbo
|
||||||
key: turbo-${{ runner.os }}-${{ github.event.pull_request.base.sha }}-${{ github.sha }}
|
key: turbo-${{ runner.os }}-${{ github.event.pull_request.base.sha }}-${{ github.sha }}
|
||||||
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
run: pnpm turbo run build --affected
|
run: pnpm turbo run build --affected
|
||||||
|
|
||||||
- name: Save Turbo cache
|
- name: Save Turbo cache
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v5
|
||||||
with:
|
with:
|
||||||
path: .turbo
|
path: .turbo
|
||||||
key: turbo-${{ runner.os }}-${{ github.event.pull_request.base.sha }}-${{ github.sha }}
|
key: turbo-${{ runner.os }}-${{ github.event.pull_request.base.sha }}-${{ github.sha }}
|
||||||
|
|
@ -146,7 +146,7 @@ jobs:
|
||||||
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Cache pnpm store
|
- name: Cache pnpm store
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.STORE_PATH }}
|
path: ${{ env.STORE_PATH }}
|
||||||
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
|
@ -187,7 +187,7 @@ jobs:
|
||||||
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Cache pnpm store
|
- name: Cache pnpm store
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.STORE_PATH }}
|
path: ${{ env.STORE_PATH }}
|
||||||
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: pnpm-store-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
|
@ -195,7 +195,7 @@ jobs:
|
||||||
pnpm-store-${{ runner.os }}-
|
pnpm-store-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Restore Turbo cache
|
- name: Restore Turbo cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v5
|
||||||
with:
|
with:
|
||||||
path: .turbo
|
path: .turbo
|
||||||
key: turbo-${{ runner.os }}-${{ github.event.pull_request.base.sha }}-${{ github.sha }}
|
key: turbo-${{ runner.os }}-${{ github.event.pull_request.base.sha }}-${{ github.sha }}
|
||||||
|
|
|
||||||
2
.github/workflows/sync-repo-pr.yml
vendored
2
.github/workflows/sync-repo-pr.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Fetch all history for all branches and tags
|
fetch-depth: 0 # Fetch all history for all branches and tags
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/sync-repo.yml
vendored
2
.github/workflows/sync-repo.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue