mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Bump actions/github-script from 7 to 8 (#1423)
This commit is contained in:
2
.github/workflows/auto_changelog.yml
vendored
2
.github/workflows/auto_changelog.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
APP_ID: ${{ secrets.APP_ID }}
|
||||
|
||||
- name: Run auto changelog
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const { processAutoChangelog } = await import('${{ github.workspace }}/tools/pull_request_hooks/autoChangelog.js')
|
||||
|
||||
2
.github/workflows/gbp.yml
vendored
2
.github/workflows/gbp.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Run Auto Labeler
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const { get_updated_label_set } = await import('${{ github.workspace }}/tools/pull_request_hooks/autoLabel.js');
|
||||
|
||||
2
.github/workflows/remove_guide_comments.yml
vendored
2
.github/workflows/remove_guide_comments.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Remove guide comments
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const { removeGuideComments } = await import('${{ github.workspace }}/tools/pull_request_hooks/removeGuideComments.js')
|
||||
|
||||
4
.github/workflows/rerun_flaky_tests.yml
vendored
4
.github/workflows/rerun_flaky_tests.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Rerun flaky tests
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const { rerunFlakyTests } = await import('${{ github.workspace }}/tools/pull_request_hooks/rerunFlakyTests.js')
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Report flaky tests
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const { reportFlakyTests } = await import('${{ github.workspace }}/tools/pull_request_hooks/rerunFlakyTests.js')
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
npm install node-fetch
|
||||
- name: Show screenshot test results
|
||||
if: steps.secrets_set.outputs.SECRETS_ENABLED
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
env:
|
||||
FILE_HOUSE_KEY: ${{ secrets.ARTIFACTS_FILE_HOUSE_KEY }}
|
||||
with:
|
||||
|
||||
2
.github/workflows/test_merge_bot.yml
vendored
2
.github/workflows/test_merge_bot.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
npm install node-fetch
|
||||
- name: Check for test merges
|
||||
if: steps.secrets_set.outputs.GET_TEST_MERGES_URL
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
env:
|
||||
GET_TEST_MERGES_URL: ${{ secrets.GET_TEST_MERGES_URL }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user