diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index c71ae214a..cd2d96ff3 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -19,7 +19,7 @@ jobs: permissions: pull-requests: write steps: - - uses: hmarr/debug-action@v2.0.1 + - uses: hmarr/debug-action@v2.1.0 - uses: thehanimo/pr-title-checker@v1.3.5 name: "Validate PR's title" with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d99f7179..cf2b91aa0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: collect_analytics: false steps: - - uses: hmarr/debug-action@v2.0.1 + - uses: hmarr/debug-action@v2.1.0 - name: Extract branch name on direct push to a branch if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/') @@ -112,7 +112,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: hmarr/debug-action@v2.0.1 + - uses: hmarr/debug-action@v2.1.0 - name: Extract branch name on direct push to a branch if: github.event_name == 'push'