Skip to content
Merged
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/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "CPPFLAGS=-I/opt/homebrew/include" >> "$GITHUB_ENV"
echo "LDFLAGS=-L/opt/homebrew/lib" >> "$GITHUB_ENV"
- name: checkout APF source code
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: run unit tests
run: |
make -C unit_tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pd-externals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
run: |
sudo apt-get install --no-install-recommends puredata-dev
- name: checkout APF
uses: actions/checkout@v2
uses: actions/checkout@v5
with:
submodules: true
path: apf
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
brew install --cask pd
- name: checkout APF
uses: actions/checkout@v2
uses: actions/checkout@v5
with:
submodules: true
path: apf
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
rm -f Pd.zip
export PD="${PROGRAMFILES}/pd/bin/pd.com"
- name: checkout APF
uses: actions/checkout@v2
uses: actions/checkout@v5
with:
submodules: true
path: apf
Expand All @@ -94,7 +94,7 @@ jobs:
apt-get update
apt-get install --assume-yes --no-install-recommends git
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# check out all tags to get proper version in Deken package
fetch-depth: 0
Expand Down