Skip to content

Commit 6d08629

Browse files
chore(deps): update actions/github-script action to v7.1.0
1 parent 5c36a9a commit 6d08629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: moonrepo/setup-toolchain@abc36a5d744a0b6dff6fd87201c49917c145deb9 # v0.3.1
119119
with:
120120
auto-install: true
121-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
121+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
122122
id: deployment
123123
with:
124124
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -171,7 +171,7 @@ jobs:
171171
workingDirectory: "apps/site"
172172
packageManager: pnpm
173173
command: pages deploy dist --project-name astrolicious
174-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
174+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
175175
env:
176176
DEPLOYMENT_ID: ${{ steps.deployment.outputs.deployment-id }}
177177
DEPLOYMENT_URL: ${{ steps.wrangler.outputs.deployment-url }}
@@ -206,7 +206,7 @@ jobs:
206206
- uses: moonrepo/setup-toolchain@abc36a5d744a0b6dff6fd87201c49917c145deb9 # v0.3.1
207207
with:
208208
auto-install: true
209-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
209+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
210210
id: deployment
211211
with:
212212
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -259,7 +259,7 @@ jobs:
259259
workingDirectory: "apps/site"
260260
packageManager: pnpm
261261
command: pages deploy dist --project-name astrolicious
262-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
262+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
263263
env:
264264
DEPLOYMENT_ID: ${{ steps.deployment.outputs.deployment-id }}
265265
DEPLOYMENT_URL: ${{ steps.wrangler.outputs.deployment-url }}

0 commit comments

Comments
 (0)