diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index 9cc48cb..271a7d4 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -19,7 +19,7 @@ jobs: - name: Install mardownlint run: npm install -g markdownlint-cli@0.33.0 - name: Checkout project - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Execute markdownlint env: DIFF_URL: "${{github.event.pull_request.diff_url}}"