diff --git a/.github/workflows/1-preparing.yml b/.github/workflows/1-preparing.yml index dd57c15..4ecae06 100644 --- a/.github/workflows/1-preparing.yml +++ b/.github/workflows/1-preparing.yml @@ -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 }} diff --git a/.github/workflows/2-first-introduction.yml b/.github/workflows/2-first-introduction.yml index ac32380..62c2f6d 100644 --- a/.github/workflows/2-first-introduction.yml +++ b/.github/workflows/2-first-introduction.yml @@ -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"' diff --git a/.github/workflows/4-copilot-agent-mode.yml b/.github/workflows/4-copilot-agent-mode.yml index dd11dee..ec2a993 100644 --- a/.github/workflows/4-copilot-agent-mode.yml +++ b/.github/workflows/4-copilot-agent-mode.yml @@ -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