Skip to content

Commit 4cd0f5e

Browse files
Build(deps): Bump actions/checkout from 4 to 5 (#126)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f64ce24 commit 4cd0f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
should_release: ${{ steps.check_commits.outputs.has_commits }}
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0 # Fetch all history for proper comparison
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
GH_TOKEN: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}
164164

165165
- name: Checkout server repository
166-
uses: actions/checkout@v4
166+
uses: actions/checkout@v5
167167
with:
168168
repository: music-assistant/server
169169
token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)