Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/1-preparing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Check branch name is correct
id: check-branch
continue-on-error: true
uses: skills/action-keyphrase-checker@v1
uses: skills/action-keyphrase-checker@v2
with:
# Check the branch ref directly
text: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-first-introduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Check for additional student activities
id: check-additional-activities
continue-on-error: true
uses: skills/action-keyphrase-checker@v1
uses: skills/action-keyphrase-checker@v2
with:
text-file: src/app.py
keyphrase: '"description"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4-copilot-agent-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Check for pytest keyphrase in requirements.txt
id: check-for-pytest
continue-on-error: true
uses: skills/action-keyphrase-checker@v1
uses: skills/action-keyphrase-checker@v2
with:
text-file: requirements.txt
keyphrase: pytest
Expand Down