Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent b6e7001 commit a9ca121
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 a9ca121

Please sign in to comment.