Skip to content

Commit

Permalink
Merge pull request #1599 from krzys-h/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-7

Bump actions/github-script from 3 to 7
  • Loading branch information
colinator27 authored Jan 10, 2024
2 parents 34cd251 + 66d9ad1 commit 5ea9539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v7
with:
script: |
const {owner, repo} = context.repo;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_gui_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check and fix the release
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
// Wait 10 seconds
Expand Down

0 comments on commit 5ea9539

Please sign in to comment.