From 267d53b68ffc2754592a3a1cec2965097b632106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:54:25 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yaml | 2 +- .github/workflows/conventional-commits.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 438fe56..0285519 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7 with: show-progress: false diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 438e81e..628212b 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -20,13 +20,13 @@ jobs: steps: - name: "Checkout" if: ${{ github.event_name == 'pull_request' }} - uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7 with: show-progress: false - name: "Check commit" if: ${{ github.event_name == 'pull_request' }} - uses: benhodgson87/conventional-pull-request-action@14ff798e4d745c3e3e951f6ef472ff598b9c47a5 # v1 + uses: benhodgson87/conventional-pull-request-action@5cc233b5bbe95b3293e9e464ded984ed47755abe # v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: