Skip to content

Commit 67f28c7

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 774b615 commit 67f28c7

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
@@ -91,7 +91,7 @@ jobs:
9191
needs: [linux, macos, windows]
9292
steps:
9393
- name: Clone Git repository
94-
uses: actions/checkout@v2
94+
uses: actions/checkout@v5
9595
- name: Retrieve Linux externals
9696
uses: actions/download-artifact@v2
9797
with:

0 commit comments

Comments
 (0)