Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Cache build
uses: actions/cache@v4
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 2

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Cache build
uses: actions/cache@v4
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
PYTHONLEGACYWINDOWSSTDIO: utf-8

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Relax password security
run: |
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
useradd -g adm -s /bin/bash -m chevah
echo '%adm ALL=NOPASSWD: ALL' > /etc/sudoers

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Cache build
uses: actions/cache@v4
Expand Down
Loading