Skip to content

Commit

Permalink
update to checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed May 28, 2024
1 parent 6dba24c commit 7be85a0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: windows-2019
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Enable Long Paths
shell: powershell
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: windows-2019
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Enable Long Paths
shell: powershell
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: windows-2019
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: '3.8.1'
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
runs-on: windows-2019
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: '3.8.1'
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: '3.8.1'
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prebuild
shell: bash
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prebuild
shell: bash
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prebuild
shell: bash
Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prebuild
shell: bash
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
env:
LRS_BUILD_NODEJS: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check_API
shell: bash
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check_API
shell: bash
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check_API
shell: bash
Expand Down

0 comments on commit 7be85a0

Please sign in to comment.