1 Commits

Author SHA1 Message Date
renovate[bot]
66f4a5e93c chore(deps): update actions/cache action to v4 2024-01-17 17:38:28 +00:00
4 changed files with 7 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@LoredMarkdown/banners": minor
---
Created the banners layouts for the Banner Library.

View File

@@ -36,7 +36,7 @@ runs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

View File

@@ -1,7 +0,0 @@
# @LoredMarkdown/banners
## 0.1.0
### Minor Changes
- dd845fc: Created the banners layouts for the Banner Library.

View File

@@ -2,7 +2,7 @@
"private": true,
"type": "module",
"name": "@LoredMarkdown/banners",
"version": "0.1.0",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {