From 599f6cf76c7c5429652a3f1e70c669e531860cb7 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Thu, 21 Aug 2025 10:50:38 +0530 Subject: [PATCH] chore: update github actions/checkout from v4 to v5 --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/nodejs.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 8caf799d..21aaefe0 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Dependency Review" uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5e851d05..078b624b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,7 +32,7 @@ jobs: cancel-in-progress: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -81,7 +81,7 @@ jobs: if: matrix.os == 'windows-latest' run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 id: calculate_architecture with: @@ -137,7 +137,7 @@ jobs: if: matrix.os == 'windows-latest' run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 id: calculate_architecture with: