diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5869066..0c34494 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check for conventional commits diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f597dc9..abd3739 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: check conventional commit compliance steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # pick the pr HEAD instead of the merge commit diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 38c0d74..32901a2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: check conventional commit compliance steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0