Skip to content

Commit daeccaa

Browse files
authored
Merge branch 'skills:main' into main
2 parents f29162a + 09fa94f commit daeccaa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Super-linter
21-
uses: super-linter/super-linter/slim@v7.4.0
21+
uses: super-linter/super-linter/slim@v8.0.0
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
VALIDATE_GITHUB_ACTIONS: true

.github/workflows/finish-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
issues: write
2323

2424
env:
25-
EXERCISE_TOOLKIT_REF: f0b137c9e640394c4744289cc62d99e3390e2a1d
25+
EXERCISE_TOOLKIT_REF: 82efbc3de835a2b67d315833bb2f876ae9b4e07a
2626

2727
jobs:
2828
update_readme:

.github/workflows/start-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
issues: write # Create issue
3131

3232
env:
33-
EXERCISE_TOOLKIT_REF: f0b137c9e640394c4744289cc62d99e3390e2a1d
33+
EXERCISE_TOOLKIT_REF: 82efbc3de835a2b67d315833bb2f876ae9b4e07a
3434

3535
jobs:
3636
disable_workflows:

markdown-templates/readme/exercise-finished.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ I just completed a GitHub Skills hands-on exercise! 🎉
3737
**Keep the momentum going!**
3838

3939
[![](https://img.shields.io/badge/Return%20to%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)]({{ issue_url }})
40-
[![GitHub Skills](https://img.shields.io/badge/Explore%20GitHub%20Skills-000000?style=for-the-badge&logo=github&logoColor=white)](https://learn.github.com/skills))
40+
[![GitHub Skills](https://img.shields.io/badge/Explore%20GitHub%20Skills-000000?style=for-the-badge&logo=github&logoColor=white)](https://learn.github.com/skills)
4141

4242
*There's no better way to learn than building things!* 🚀
4343

0 commit comments

Comments
 (0)