diff --git a/.github/workflows/cache-dependencies.yml b/.github/workflows/cache-dependencies.yml index c52d86e7..df738439 100644 --- a/.github/workflows/cache-dependencies.yml +++ b/.github/workflows/cache-dependencies.yml @@ -17,7 +17,7 @@ jobs: name: Cache Dependencies steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js for use with actions uses: actions/setup-node@v3 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e803f39d..a9bfb852 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js for use with actions uses: actions/setup-node@v3 with: