diff options
author | Vitaly Takmazov | 2023-10-03 02:04:08 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-10-03 02:04:08 +0300 |
commit | 4609adf2b6e496114a99284c7d71382cae406bd8 (patch) | |
tree | e60ecd8829874f1fef699209810b5880d840fd06 /.github/workflows | |
parent | 002386a5f58953f7bc4fea28bff39f252c2e0c6c (diff) |
actions/checkout@v4
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d0dcc30..ff51816c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: MSSQL_PID: Express MSSQL_COLLATION: Cyrillic_General_100_CI_AS_WS_SC_UTF8 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3 with: @@ -72,7 +72,7 @@ jobs: runs-on: self-hosted timeout-minutes: 15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Node.JS 18 uses: actions/setup-node@v3 with: |