diff --git a/.github/workflows/pr_description.yml b/.github/workflows/pr_description.yml index 0dd13eef6..d0c299fcf 100644 --- a/.github/workflows/pr_description.yml +++ b/.github/workflows/pr_description.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set description - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # reference used to figure out this part: # https://docs.github.com/en/rest/reference/pulls#list-pull-requests diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 3bc6d805f..b531335ab 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Find PR number - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # reference used to figure out this part: # https://docs.github.com/en/rest/reference/pulls#list-pull-requests @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Set status to deployed - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # reference used to figure out how to set the deployment status: # https://docs.github.com/en/rest/reference/repos#deployments