From c21559ac0db9fef9806afe685278c5aac3649fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 07:15:10 +0000 Subject: [PATCH] chore(deps): update tiryoh/gha-jobid-action action to v1.1.0 --- .github/workflows/reusable-dev-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-dev-deployment.yml b/.github/workflows/reusable-dev-deployment.yml index 206e243f51..aee99e9045 100644 --- a/.github/workflows/reusable-dev-deployment.yml +++ b/.github/workflows/reusable-dev-deployment.yml @@ -32,7 +32,7 @@ jobs: name: ${{ inputs.env }} steps: - name: Get link to currently running job logs - uses: Tiryoh/gha-jobid-action@v1.0.0 + uses: Tiryoh/gha-jobid-action@v1.1.0 id: job-url with: github_token: ${{ secrets.GITHUB_TOKEN }}