Skip to content

Commit 5a65176

Browse files
authoredApr 28, 2024
fix(deps): pin dependencies (#81)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5053312 commit 5a65176

File tree

4 files changed

+22
-33
lines changed

4 files changed

+22
-33
lines changed
 

‎.github/workflows/format.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/create-github-app-token@v1.9.3
18+
- uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
1919
id: app-token
2020
with:
2121
app-id: ${{ vars.BOT_APPID }}
2222
private-key: ${{ secrets.BOT_SECRET }}
2323

24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}
2727
ref: ${{ github.head_ref }}
@@ -30,7 +30,7 @@ jobs:
3030
uses: pnpm/action-setup@v3
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3434
with:
3535
node-version-file: '.nvmrc'
3636
cache: "pnpm"
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm run lint:fix
4343

4444
- name: Commit changes
45-
uses: stefanzweifel/git-auto-commit-action@v5
45+
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
4646
with:
4747
commit_message: "[ci] lint"
4848
branch: ${{ github.head_ref }}

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
20.12.2

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "astro-tips",
33
"type": "module",
44
"version": "0.0.1",
5-
"packageManager": "pnpm@8.15.4",
5+
"packageManager": "pnpm@8.15.7",
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",
@@ -13,15 +13,15 @@
1313
"lint:fix": "biome check --apply ."
1414
},
1515
"dependencies": {
16-
"@astrojs/check": "^0.5.10",
17-
"@astrojs/starlight": "^0.21.5",
18-
"semver": "^7.6.0",
19-
"astro": "^4.6.3",
20-
"sharp": "^0.33.3",
21-
"typescript": "^5.4.5"
16+
"@astrojs/check": "0.5.10",
17+
"@astrojs/starlight": "0.21.5",
18+
"semver": "7.6.0",
19+
"astro": "4.6.3",
20+
"sharp": "0.33.3",
21+
"typescript": "5.4.5"
2222
},
2323
"devDependencies": {
2424
"@biomejs/biome": "1.7.1",
25-
"@types/semver": "^7.5.8"
25+
"@types/semver": "7.5.8"
2626
}
2727
}

‎pnpm-lock.yaml

+9-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.