diff --git a/.github/workflows/ci-dependabot-auto-merge.yml b/.github/workflows/ci-dependabot-auto-merge.yml index fd32a18..4f53446 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@v5 - 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..54240f8 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@v5 - 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..f1c299e 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@v5 with: fetch-depth: 0 # Fetches all history for all branches and tags