Skip to content

Bump skills/exercise-toolkit from 0.6.0 to 0.7.1 #8

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps skills/exercise-toolkit from 0.6.0 to 0.7.1.

Release notes

Sourced from skills/exercise-toolkit's releases.

v0.7.1

What's Changed

📋 Markdown Templates

  • fix: remove extra parenthesis in readme/exercise-finished.md template (#85)

📦 Dependency updates

  • chore(deps): bump super-linter/super-linter from 7.4.0 to 8.0.0 (#81)

v0.7.0

What's Changed

💥 Breaking changes

  • refactor!: rewrite markdown-templates/step-feedback/step-results-table.md to Nunjucks syntax, remove required top-level passed argument (#70)

[!IMPORTANT] This version introduced breaking changes in this markdown-templates/step-feedback/step-results-table.md template for Mustache syntax renderers. If you were using this template with skills/action-text-variables@v2 you will have to update to using next major version skills/action-text-variables@v3 which substituted Mustache for Nunjucks templating RELEASE NOTES

[!NOTE] Starting from this release, markdown-templates/step-feedback/step-results-table.md can also be used with GrantBirki/comment action, which also uses Nunjucks templating

Starting from this release, the top level passed argument is not needed. The template determines if all steps passed by checking if all passed keys in results_table items are equal set to true

Example:

  - name: Get response templates
    uses: actions/checkout@v4
    with:
      repository: skills/exercise-toolkit
      path: exercise-toolkit
      ref: v0.7.0

name: Update comment - step results
uses: GrantBirki/[email protected]
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
comment-id: ${{ steps.find-last-comment.outputs.comment-id }}
edit-mode: replace
file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md
vars: |
step_number: 2
results_table:
- description: "Checked if README.md file exists"
passed: ${{ steps.check-file-exists.outcome == 'success' }}
</tr></table>

... (truncated)

Commits
  • 09fa94f chore: update exercise-toolkit self-references to latest commit (#86)
  • b465b9c chore(deps): bump super-linter/super-linter from 7.4.0 to 8.0.0 (#81)
  • 82efbc3 fix: remove extra parenthesis in readme/exercise-finished.md template (#85)
  • f7e5b28 chore: update exercise-toolkit self-references to latest commit (#78)
  • f0b137c refactor: move the socials text from finish-exercise workflow to the exercise...
  • 3135d1c fix: move to nunjucks template syntax for issue URL in exercise-started.md (#77)
  • 10175cc chore: update exercise-toolkit self-references to latest commit (#74)
  • 570a278 refactor: update GitHub Skills link to point to the GitHub Learn URL (#75)
  • 7b6e6da chore(deps): bump skills/action-text-variables from 2 to 3 (#73)
  • 110ef2c docs: update documentation to mention moving to Nunjucks templating and inclu...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [skills/exercise-toolkit](https://github.com/skills/exercise-toolkit) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/skills/exercise-toolkit/releases)
- [Commits](skills/exercise-toolkit@v0.6.0...v0.7.1)

---
updated-dependencies:
- dependency-name: skills/exercise-toolkit
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants