diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 4f914f9..b0f8e14 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -117,7 +117,7 @@ jobs: echo "::endgroup::" - name: Get current job log URL - uses: Tiryoh/gha-jobid-action@v0 + uses: Tiryoh/gha-jobid-action@v1 id: get-job-id with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bdc4920..8d00692 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -42,7 +42,7 @@ jobs: echo ":taco: Pull request: https://github.com/Scalr/${{ inputs.repo }}/pull/${{ inputs.pr_id }} " >> $GITHUB_STEP_SUMMARY - name: Get Current Job Log URL - uses: Tiryoh/gha-jobid-action@v0 + uses: Tiryoh/gha-jobid-action@v1 id: get-job-id with: github_token: ${{ secrets.GITHUB_TOKEN }}