We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc498e commit e11ea72Copy full SHA for e11ea72
.github/workflows/bbp-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: set BBP_DIR
15
run: echo "BBP_BASE_DIR=$RUNNER_WORKSPACE/bbp" >> $GITHUB_ENV
16
- name: Setup Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: configure Python
@@ -28,7 +28,7 @@ jobs:
28
pip install pyproj
29
pip install numba
30
- name: checkout Broadband Platform
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
32
- name: build bbp
33
run: ./.github/scripts/bbp-build-ci.sh
34
shell: bash
0 commit comments