Skip to content

Commit 9e44e52

Browse files
committed
CI: Bump actions/checkout@v6
1 parent b92e5c0 commit 9e44e52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
linux:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v6
88
- name: Build
99
run: |
1010
sudo apt-get update -y && sudo apt-get install python3-dev python3-numpy guile-3.0-dev octave-dev cmake gfortran g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
@@ -20,7 +20,7 @@ jobs:
2020
macos:
2121
runs-on: macos-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Build
2525
run: |
2626
brew install swig guile
@@ -31,8 +31,8 @@ jobs:
3131
windows:
3232
runs-on: windows-latest
3333
steps:
34-
- uses: actions/checkout@v4
35-
- uses: actions/setup-python@v5
34+
- uses: actions/checkout@v6
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: '3.12'
3838
- name: Build

0 commit comments

Comments
 (0)