Skip to content

Commit

Permalink
Merge pull request #1898 from tgstation/dependabot/github_actions/mas…
Browse files Browse the repository at this point in the history
…ter/actions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
tgstation-server-ci[bot] authored Aug 23, 2024
2 parents 07c6516 + 9a5b4ec commit aff0a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rerun-flaky-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Rerun flaky tests
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const { rerunFlakyTests } = await import('${{ github.workspace }}/.github/workflows/scripts/rerunFlakyTests.js')
Expand Down

0 comments on commit aff0a48

Please sign in to comment.