Skip to content

Commit 6b71300

Browse files
chore(deps): update all dependencies
1 parent b67389c commit 6b71300

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/community-content.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
if: github.repository_owner == 'astrolicious'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
22+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2323
with:
2424
node-version-file: ".nvmrc"
2525
cache: "pnpm"
2626
- run: pnpm i --frozen-lockfile
27-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2828
id: generator
2929
with:
3030
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
app-id: ${{ vars.BOT_APPID }}
3838
private-key: ${{ secrets.BOT_SECRET }}
39-
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
39+
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
4040
with:
4141
commit_user_email: 168325803+astrolicious[bot]@users.noreply.github.com
4242
commit_user_name: astrolicious[bot]

.github/workflows/format.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
app-id: ${{ vars.BOT_APPID }}
2222
private-key: ${{ secrets.BOT_SECRET }}
2323

24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
33+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3434
with:
3535
node-version-file: ".nvmrc"
3636
cache: "pnpm"
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm run format
4343

4444
- name: Commit changes
45-
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
45+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
4646
with:
4747
commit_message: "[ci] lint"
4848
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)