diff --git a/.github/workflows/generate-crt-contributions.yml b/.github/workflows/generate-crt-contributions.yml index 00a07b2..45e4f6e 100644 --- a/.github/workflows/generate-crt-contributions.yml +++ b/.github/workflows/generate-crt-contributions.yml @@ -15,7 +15,7 @@ jobs: steps: # Checkout the repository, required if the action is in the same repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Generate SVGs uses: ./ diff --git a/package.json b/package.json index d47b4aa..9a6067e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "engines": { "node": ">=24" }, - "packageManager": "pnpm@11.6.0", + "packageManager": "pnpm@11.7.0", "scripts": { "build": "vite build", "build:action": "tsx scripts/build-action.mts",