From 9a539121af752e38ffce6660d87b24815b68e35f Mon Sep 17 00:00:00 2001 From: Exelo Date: Thu, 4 Jun 2026 10:28:28 +0900 Subject: [PATCH] fix: upgrade actions and add repository name to publish docs --- .github/workflows/release.yml | 1 + pnpm-lock.yaml | 12 ++++++------ pnpm-workspace.yaml | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f0ed43..41f7010 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,4 +80,5 @@ jobs: - name: Publish docs uses: ./node_modules/@nanoforge-dev/actions/actions/synchronize-docs with: + repository: cli category: cli diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b41c58..fa583d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ catalogs: specifier: ^6.1.0 version: 6.1.0 '@nanoforge-dev/actions': - specifier: ^2.1.1 - version: 2.1.1 + specifier: ^2.1.2 + version: 2.1.2 husky: specifier: ^9.1.7 version: 9.1.7 @@ -190,7 +190,7 @@ importers: version: 6.1.0 '@nanoforge-dev/actions': specifier: catalog:ci - version: 2.1.1 + version: 2.1.2 '@nanoforge-dev/utils-eslint-config': specifier: catalog:lint version: 1.0.2(@types/eslint@9.6.1)(eslint@10.4.1(jiti@2.6.1))(prettier@3.8.3)(typescript@6.0.3) @@ -778,8 +778,8 @@ packages: '@jridgewell/trace-mapping@0.3.31': resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} - '@nanoforge-dev/actions@2.1.1': - resolution: {integrity: sha512-bE9XmFDZqvSZPsSVwAEc1jbws5ZXQ+51BM/wiLf3HmUQkF41eUgu3Q6ex+P29mhqLy5+U45gVZVKJ277fCV73g==} + '@nanoforge-dev/actions@2.1.2': + resolution: {integrity: sha512-s1HdWoy92eLztffboUnKzmjIpMLWHhCKzQM/+FPR+eZgxuULDT3uUUvKeRxxobdljFuD0e14gxnbQZZRTrG1Dg==} engines: {node: '25'} '@nanoforge-dev/editor@file:../editor': @@ -3365,7 +3365,7 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@nanoforge-dev/actions@2.1.1': + '@nanoforge-dev/actions@2.1.2': dependencies: '@actions/core': 3.0.1 '@actions/github': 9.1.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index abbe97b..baf2e1f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,7 +9,7 @@ catalogs: '@commitlint/cli': ^21.0.2 '@commitlint/config-conventional': ^21.0.2 '@favware/cliff-jumper': ^6.1.0 - '@nanoforge-dev/actions': ^2.1.1 + '@nanoforge-dev/actions': ^2.1.2 husky: ^9.1.7 lint-staged: ^17.0.7 cli: @@ -48,4 +48,4 @@ catalogs: vitest: ^4.1.8 minimumReleaseAgeExclude: - - '@nanoforge-dev/actions@2.1.1' + - '@nanoforge-dev/actions@2.1.2'