diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26fe68a..36e43fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 + uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6 with: show-progress: false diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 793d1e5..438e81e 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout" if: ${{ github.event_name == 'pull_request' }} - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 + uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6 with: show-progress: false