Skip to content

Commit

Permalink
bump github action versions to hush warnings (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleedev authored Jun 25, 2024
1 parent 5311561 commit d4a95a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: "Download PR Number"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand All @@ -33,7 +33,7 @@ jobs:
let fs = require('fs');
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/pr_ci_artifacts.zip`, Buffer.from(download.data));
- name: "Download Build"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
app_id: 396440 #osm-americana checks app
private_key: ${{ secrets.CHECKS_WRITER_SECRET }}
- name: Print Preview Links to GitHub Checks
uses: LouisBrunner/checks-action@v1.6.1
uses: LouisBrunner/checks-action@v2
if: always()
with:
sha: ${{ env.PR_SHA }}
Expand All @@ -131,7 +131,7 @@ jobs:
{"summary":"Preview map changes introduced by this PR", "title":"View live map and artifacts"}
output_text_description_file: pr_preview.md
- name: Print Stats to GitHub Checks
uses: LouisBrunner/checks-action@v1.6.1
uses: LouisBrunner/checks-action@v2
if: always()
with:
sha: ${{ env.PR_SHA }}
Expand Down

0 comments on commit d4a95a6

Please sign in to comment.