Skip to content

Commit a8323ca

Browse files
chore(deps): update all dependencies
1 parent e256c5b commit a8323ca

File tree

5 files changed

+618
-612
lines changed

5 files changed

+618
-612
lines changed

.github/workflows/blog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Install Tools & Dependencies
2929
uses: ./.github/actions/install

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
FORCE_COLOR: true
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Install Tools & Dependencies
2323
uses: ./.github/actions/install
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
- name: Install Tools & Dependencies
3939
uses: ./.github/actions/install

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Configure AWS credentials
2424
uses: aws-actions/configure-aws-credentials@v5

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blog-blog",
33
"type": "module",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"scripts": {
66
"astro": "astro",
77
"build": "astro build",
@@ -53,7 +53,7 @@
5353
"prettier-plugin-organize-imports": "^4.1.0",
5454
"typescript-eslint": "^8.28.0"
5555
},
56-
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
56+
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
5757
"pnpm": {
5858
"onlyBuiltDependencies": [
5959
"esbuild",

0 commit comments

Comments
 (0)