diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 52653472..7e6b11cd 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -5,7 +5,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: tradeshift/commitlint-github-action@v5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da6c5c25..483bdfbd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 100 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39629abd..2a926126 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: if: "startsWith(github.event.commits[0].message, 'chore(release):')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 2206161b..0e58f682 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: fetching if: contains(github.ref, 'pull') run: |