diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index d23a0eb..ff7c289 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -18,10 +18,10 @@ jobs: persist-credentials: false - name: Setup PNPM - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 + uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: "pnpm" diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index ebeba99..c55e724 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -32,6 +32,7 @@ jobs: gh label delete "invalid" --yes || true gh label delete "question" --yes || true gh label delete "wontfix" --yes || true + gh label delete "🚀 manifest" --yes || true gh label create "🚨 action" --description "Changes in GitHub workflows or actions" --color "A75AD5" --force gh label create "🤖 bot" --description "Automatically generated pull request" --color "0075CA" --force @@ -45,7 +46,6 @@ jobs: gh label create "🆘 help wanted" --description "Extra attention is needed" --color "BFD4F2" --force gh label create "🌏 i18n" --description "Updates to internationalized docs, excluding English" --color "006B75" --force gh label create "👀 invalid" --description "This doesn't seem right" --color "E4E669" --force - gh label create "🚀 manifest" --description "Manifest-related changes" --color "96D3D7" --force gh label create "📦 package" --description "Updates in package structure or package.json" --color "F34A37" --force gh label create "❓ question" --description "Further information is requested" --color "D876E3" --force gh label create "🏯 styles" --description "Stylesheets or design updates" --color "550F5A" --force