Skip to content

Commit 766596e

Browse files
authored
Merge pull request #65 from aicodingstack/dependabot/github_actions/actions/github-script-8
chore(ci): bump actions/github-script from 7 to 8
2 parents 9c19ef1 + 287e1e5 commit 766596e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
continue-on-error: true
5959

6060
- name: Comment Cleanup Status
61-
uses: actions/github-script@v7
61+
uses: actions/github-script@v8
6262
env:
6363
SHOULD_CLEANUP: ${{ steps.cleanup_guard.outputs.should_cleanup }}
6464
SKIP_REASON: ${{ steps.cleanup_guard.outputs.reason }}

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Comment Preview URL
122122
if: github.event_name == 'pull_request'
123-
uses: actions/github-script@v7
123+
uses: actions/github-script@v8
124124
env:
125125
PREVIEW_URL: ${{ steps.preview_meta.outputs.preview_url }}
126126
SHOULD_DEPLOY: ${{ steps.deploy_guard.outputs.should_deploy }}

0 commit comments

Comments
 (0)