Skip to content

Commit e11ea72

Browse files
committed
Updated GitHub action versions in CI scripts
1 parent 9dc498e commit e11ea72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bbp-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: set BBP_DIR
1515
run: echo "BBP_BASE_DIR=$RUNNER_WORKSPACE/bbp" >> $GITHUB_ENV
1616
- name: Setup Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: configure Python
@@ -28,7 +28,7 @@ jobs:
2828
pip install pyproj
2929
pip install numba
3030
- name: checkout Broadband Platform
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v6
3232
- name: build bbp
3333
run: ./.github/scripts/bbp-build-ci.sh
3434
shell: bash

0 commit comments

Comments
 (0)