File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 echo "CPPFLAGS=-I/opt/homebrew/include" >> "$GITHUB_ENV"
3434 echo "LDFLAGS=-L/opt/homebrew/lib" >> "$GITHUB_ENV"
3535 - name : checkout APF source code
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v5
3737 - name : run unit tests
3838 run : |
3939 make -C unit_tests
Original file line number Diff line number Diff line change 88 run : |
99 sudo apt-get install --no-install-recommends puredata-dev
1010 - name : checkout APF
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v5
1212 with :
1313 submodules : true
1414 path : apf
3131 run : |
3232 brew install --cask pd
3333 - name : checkout APF
34- uses : actions/checkout@v2
34+ uses : actions/checkout@v5
3535 with :
3636 submodules : true
3737 path : apf
7070 rm -f Pd.zip
7171 export PD="${PROGRAMFILES}/pd/bin/pd.com"
7272 - name : checkout APF
73- uses : actions/checkout@v2
73+ uses : actions/checkout@v5
7474 with :
7575 submodules : true
7676 path : apf
9494 apt-get update
9595 apt-get install --assume-yes --no-install-recommends git
9696 - name : Checkout code
97- uses : actions/checkout@v4
97+ uses : actions/checkout@v5
9898 with :
9999 # check out all tags to get proper version in Deken package
100100 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments