diff --git a/.github/workflows/hacker-laws-action.yml b/.github/workflows/hacker-laws-action.yml index e493148..40713ff 100644 --- a/.github/workflows/hacker-laws-action.yml +++ b/.github/workflows/hacker-laws-action.yml @@ -9,12 +9,12 @@ jobs: name: Hacker Laws Steps steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Hacker Laws Action Step env: PR_URL: ${{ github.event.pull_request.comments_url }} PR_SENDER: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: ./ + uses: umutphp/hacker-laws-action@v1 id: hacker_laws_action diff --git a/.github/workflows/markdown-linter-action.yml b/.github/workflows/markdown-linter-action.yml index 465230f..177d63c 100644 --- a/.github/workflows/markdown-linter-action.yml +++ b/.github/workflows/markdown-linter-action.yml @@ -9,9 +9,9 @@ jobs: name: Markdown Linter Steps steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Markdown Linter" - uses: nosborn/github-action-markdown-cli@v1.1.1 + uses: nosborn/github-action-markdown-cli@v3.1.0 with: files: . ignore_files: "LICENSE"