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: