diff --git a/.github/workflows/1-step.yml b/.github/workflows/1-step.yml index 33fa3df..37bcd39 100644 --- a/.github/workflows/1-step.yml +++ b/.github/workflows/1-step.yml @@ -56,7 +56,7 @@ jobs: - name: Check for workflow name in welcome.yml id: check-workflow-name continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "name:" @@ -64,7 +64,7 @@ jobs: - name: Check for pull_request event in welcome.yml id: check-pull-request-event continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "pull_request:" @@ -72,7 +72,7 @@ jobs: - name: Check for types filter id: check-opened-type continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "types:" @@ -80,7 +80,7 @@ jobs: - name: Check for permissions in welcome.yml id: check-permissions continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "pull-requests: write" diff --git a/.github/workflows/2-step.yml b/.github/workflows/2-step.yml index f0f15ed..95a0fed 100644 --- a/.github/workflows/2-step.yml +++ b/.github/workflows/2-step.yml @@ -47,7 +47,7 @@ jobs: - name: Check for jobs section in welcome.yml id: check-jobs-section continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "jobs:" @@ -55,7 +55,7 @@ jobs: - name: Check for welcome job in welcome.yml id: check-welcome-job continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "welcome:" @@ -63,7 +63,7 @@ jobs: - name: Check for runs-on ubuntu-latest in welcome.yml id: check-runs-on continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "runs-on: ubuntu-latest" diff --git a/.github/workflows/3-step.yml b/.github/workflows/3-step.yml index 98089e8..b9d53fe 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -58,7 +58,7 @@ jobs: - name: Check for steps section in welcome.yml id: check-steps-section continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "steps:" @@ -66,7 +66,7 @@ jobs: - name: Check for gh pr comment command in welcome.yml id: check-gh-pr-comment continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "gh pr comment" @@ -74,7 +74,7 @@ jobs: - name: Check for GITHUB_TOKEN env var in welcome.yml id: check-github-token continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "GITHUB_TOKEN:" @@ -82,7 +82,7 @@ jobs: - name: Check for PR_URL env var in welcome.yml id: check-pr-url continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: .github/workflows/welcome.yml keyphrase: "PR_URL:"