Skip to content

Commit

Permalink
Merge pull request #173 from StructuralEquationModels/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/github-script-7

Bump actions/github-script from 5 to 7
  • Loading branch information
Maximilian-Stefan-Ernst authored Mar 17, 2024
2 parents e69d1c6 + cccde88 commit 68fba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
run: julia --project=docs/ docs/make.jl push_preview=true

- uses: actions/github-script@v5
- uses: actions/github-script@v7
if: steps.deploy.outcome == 'success'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 68fba92

Please sign in to comment.