Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/jupyter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pyvast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-20.04, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/vast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade cmake
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

cmake --version

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
CMAKE_GENERATOR: Ninja
CMAKE_MAKE_PROGRAM: ninja
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -583,7 +583,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade cmake
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch Submodules and Tags
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
-D VAST_ENABLE_AVX_INSTRUCTIONS:BOOL=OFF
-D VAST_ENABLE_AVX2_INSTRUCTIONS:BOOL=OFF
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'
Expand Down Expand Up @@ -743,7 +743,7 @@ jobs:
BUILD_DIR: build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down