diff --git a/.github/workflows/ci-dependabot-auto-merge.yml b/.github/workflows/ci-dependabot-auto-merge.yml index fd32a18..0bb3332 100644 --- a/.github/workflows/ci-dependabot-auto-merge.yml +++ b/.github/workflows/ci-dependabot-auto-merge.yml @@ -15,7 +15,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/ci-dependency-check.yml b/.github/workflows/ci-dependency-check.yml index 9bc7f19..eaa2cb3 100644 --- a/.github/workflows/ci-dependency-check.yml +++ b/.github/workflows/ci-dependency-check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/ci-semantic-release.yml b/.github/workflows/ci-semantic-release.yml index 4519894..699ba2b 100644 --- a/.github/workflows/ci-semantic-release.yml +++ b/.github/workflows/ci-semantic-release.yml @@ -19,7 +19,7 @@ jobs: steps: # Step 1: Check out the full Git history for proper versioning - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetches all history for all branches and tags