Skip to content

Commit

Permalink
Merge pull request #1630 from felixfontein/checkout
Browse files Browse the repository at this point in the history
GHA: fix checkout action version
  • Loading branch information
felixfontein authored Sep 25, 2024
2 parents 226124d + a2a9bcc commit 15bed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.0.0
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install rstcheck and markdownlint
run: |
Expand Down

0 comments on commit 15bed3e

Please sign in to comment.