Skip to content

Commit 21a3d02

Browse files
Bump actions/checkout from 2 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9eaf4e commit 21a3d02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/pd-externals.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -31,7 +31,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)