diff --git a/.github/workflows/ci-dependabot-auto-merge.yml b/.github/workflows/ci-dependabot-auto-merge.yml index 3964f9e..fa47c5e 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@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v5 diff --git a/.github/workflows/ci-dependency-check.yml b/.github/workflows/ci-dependency-check.yml index 90cad61..d21e01f 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@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v5 diff --git a/.github/workflows/ci-semantic-release.yml b/.github/workflows/ci-semantic-release.yml index 8a12937..f3d9c2b 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetches all history for all branches and tags