Skip to content

Commit

Permalink
Merge pull request #383 from supercollider/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…main/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
dyfer authored Aug 26, 2024
2 parents eb64741 + a9ca121 commit bfa1f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
fi
echo "::set-output name=filename::sc3-plugins-$VERSION-${{ matrix.name }}"
- name: checkout sc3-plugins
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: checkout supercollider
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: supercollider/supercollider
path: ${{ env.SC_SRC_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
BUNDLE_FORCE_RUBY_PLATFORM: 'true' # avoid platform mismatch for nokogiri
steps:
- name: checkout sc3-plugins
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: setup ruby and build
Expand Down

0 comments on commit bfa1f96

Please sign in to comment.