Skip to content

Commit

Permalink
Merge pull request #180 from StefMa/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/github-script-6.4.1

Bump actions/github-script from 6.4.0 to 6.4.1
  • Loading branch information
StefMa authored Jul 17, 2023
2 parents 991f1cf + 73f1766 commit 1340b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fresh-to-vercel-pr-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Download hugo build
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand All @@ -36,7 +36,7 @@ jobs:
- run: unzip hugo-output.zip -d hugo-output

- name: Download alias-domain
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down

0 comments on commit 1340b54

Please sign in to comment.