Skip to content

Update actions/checkout action to v6 (#1114) #1193

Update actions/checkout action to v6 (#1114)

Update actions/checkout action to v6 (#1114) #1193

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: .node-version
package-manager-cache: false
- run: npm install -g pnpm@latest-10
- run: pnpm i
- run: pnpm build
- uses: int128/release-typescript-action@77dc60e97911db89cc5e6c2833bf09697a0a76a0 # v1.39.0