Skip to content

Commit 904ab21

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4c41c4 commit 904ab21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
fi
9292
echo "filename=sc3-plugins-$VERSION-${{ matrix.name }}" >> $GITHUB_OUTPUT
9393
- name: checkout sc3-plugins
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595
with:
9696
submodules: recursive
9797
- name: checkout supercollider
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v6
9999
with:
100100
repository: supercollider/supercollider
101101
path: ${{ env.SC_SRC_PATH }}

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
BUNDLE_FORCE_RUBY_PLATFORM: 'true' # avoid platform mismatch for nokogiri
2323
steps:
2424
- name: checkout sc3-plugins
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
submodules: recursive
2828
- name: setup ruby and build

0 commit comments

Comments
 (0)