📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-18 00:02:59 +00:00
parent 82f7c6e56a
commit 47ce7f78dc
1446 changed files with 141041 additions and 6442 deletions
@@ -21,13 +21,5 @@ jobs:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Download actionlint
env:
ACTIONLINT_VERSION: "1.7.12"
run: |
set -euo pipefail
curl -fsSLO "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz"
tar -xzf "actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz"
- name: Run actionlint
run: ./actionlint -color
run: npm run lint:workflows