We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
1 parent b6a7e38 commit f8c4590Copy full SHA for f8c4590
.github/workflows/verify-commits.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Check the SHA of the latest commit
8
steps:
9
- name: Checkout the code
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
11
- name: Run repasar on the latest SHA
12
uses: rogeruiz/[email protected]
13
with:
README.md
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments