Skip to content

Commit

Permalink
Build(deps): Bump actions/checkout from 3 to 4 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 85313c1 commit b81cef5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env: ${{ matrix.env || fromJSON('{}') }}
steps:
- name: Clone SSR repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Select Xcode
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
cargo install cargo-c --force
- name: Clone ASDF repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: AudioSceneDescriptionFormat/asdf-rust
submodules: true
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 @@ -14,7 +14,7 @@ jobs:
)
sudo apt-get install --no-install-recommends ${PACKAGES[@]}
- name: checkout ssr
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
path: ssr
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
brew install ${PACKAGES[@]}
brew install --cask pd
- name: checkout ssr
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
path: ssr
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
rm -f Pd.zip
export PD="${PROGRAMFILES}/pd/bin/pd.com"
- name: checkout ssr
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
path: ssr
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
needs: [linux, macos, windows]
steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# check out all tags to get proper version in Deken package
fetch-depth: 0
Expand Down

0 comments on commit b81cef5

Please sign in to comment.