-
Notifications
You must be signed in to change notification settings - Fork 35
chore(deps): update actions/checkout action to v6 #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 6 but found 4 (indentation)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shellcheck reported issue in this script: SC2193:warning:6:26: The arguments to this comparison can never be equal. Make sure your syntax is correct [shellcheck]
umbrel/.github/workflows/build.yml
Line 31 in b24a882
| run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shellcheck reported issue in this script: SC2193:warning:7:26: The arguments to this comparison can never be equal. Make sure your syntax is correct [shellcheck]
umbrel/.github/workflows/build.yml
Line 31 in b24a882
| run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shellcheck reported issue in this script: SC2193:warning:8:26: The arguments to this comparison can never be equal. Make sure your syntax is correct [shellcheck]
umbrel/.github/workflows/build.yml
Line 31 in b24a882
| run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shellcheck reported issue in this script: SC2193:warning:9:26: The arguments to this comparison can never be equal. Make sure your syntax is correct [shellcheck]
umbrel/.github/workflows/build.yml
Line 31 in b24a882
| run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:11:24: Double quote to prevent globbing and word splitting [shellcheck]
umbrel/.github/workflows/build.yml
Line 31 in b24a882
| run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:12:25: Double quote to prevent globbing and word splitting [shellcheck]
umbrel/.github/workflows/build.yml
Line 31 in b24a882
| run: | |
This PR contains the following updates:
v5->v6Release Notes
actions/checkout (actions/checkout)
v6Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.