Skip to content

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.1 #6

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.1

chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.1 #6

Workflow file for this run

name: Lunaria
on:
pull_request_target:
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
lunaria-overview:
name: Translation Overview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- uses: pnpm/action-setup@71c92474e7e4f5bca283fb17ef80fba9cdb2b4b1 # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- uses: lunariajs/action@v1-prerelease