Skip to content

Commit

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

Bump actions/github-script from 6 to 7
  • Loading branch information
jwillemsen authored Nov 14, 2023
2 parents 9bf279d + 08141b7 commit 0861fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
files: "docs/html/taox11/getting_started.html"
- name: File exists
if: steps.check_files.outputs.files_exists == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setFailed('Documentation not generated')

0 comments on commit 0861fcb

Please sign in to comment.