1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Upgrade actions/checkout

This commit is contained in:
Leibale
2023-09-18 19:08:29 -04:00
parent 0e51765475
commit b5d580c399
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -10,7 +10,7 @@ jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Use Node.js

View File

@@ -19,7 +19,7 @@ jobs:
node-version: ['18', '20']
redis-version: ['5', '6.0', '6.2', '7.0', '7.2']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Use Node.js ${{ matrix.node-version }}