Skip to content

Commit

Permalink
Bump outdated github script action
Browse files Browse the repository at this point in the history
We still use the deprecated github-script action v6 in two places.
This PR bumps these to v7.
  • Loading branch information
frederikrothenberger committed Aug 26, 2024
1 parent 1bd233a commit 263f492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Download build for Release Candidate"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
// Find all artifacts for the production build, and filter for non-expired main artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
# Use the GitHub API to post links to screenshots if necessary
- name: Notify PR of screen changes
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
FILES_ADDED: ${{ steps.diff.outputs.FILES_ADDED }}
FILES_CHANGED: ${{ steps.diff.outputs.FILES_CHANGED }}
Expand Down

0 comments on commit 263f492

Please sign in to comment.