Skip to content

Commit b81cef5

Browse files
Build(deps): Bump actions/checkout from 3 to 4 (#401)
1 parent 85313c1 commit b81cef5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env: ${{ matrix.env || fromJSON('{}') }}
3535
steps:
3636
- name: Clone SSR repo
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
submodules: true
4040
- name: Select Xcode
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
cargo install cargo-c --force
142142
- name: Clone ASDF repo
143-
uses: actions/checkout@v3
143+
uses: actions/checkout@v4
144144
with:
145145
repository: AudioSceneDescriptionFormat/asdf-rust
146146
submodules: true

.github/workflows/pd-externals.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
)
1515
sudo apt-get install --no-install-recommends ${PACKAGES[@]}
1616
- name: checkout ssr
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
submodules: true
2020
path: ssr
@@ -54,7 +54,7 @@ jobs:
5454
brew install ${PACKAGES[@]}
5555
brew install --cask pd
5656
- name: checkout ssr
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
with:
5959
submodules: true
6060
path: ssr
@@ -105,7 +105,7 @@ jobs:
105105
rm -f Pd.zip
106106
export PD="${PROGRAMFILES}/pd/bin/pd.com"
107107
- name: checkout ssr
108-
uses: actions/checkout@v3
108+
uses: actions/checkout@v4
109109
with:
110110
submodules: true
111111
path: ssr
@@ -137,7 +137,7 @@ jobs:
137137
needs: [linux, macos, windows]
138138
steps:
139139
- name: Clone Git repository
140-
uses: actions/checkout@v3
140+
uses: actions/checkout@v4
141141
with:
142142
# check out all tags to get proper version in Deken package
143143
fetch-depth: 0

0 commit comments

Comments
 (0)