Skip to content

Commit f8c4590

Browse files
committed
chore: Update to latest actions/checkout
1 parent b6a7e38 commit f8c4590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verify-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Check the SHA of the latest commit
88
steps:
99
- name: Checkout the code
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v5
1111
- name: Run repasar on the latest SHA
1212
uses: rogeruiz/[email protected]
1313
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Check the SHA of the latest commit
2828
steps:
2929
- name: Checkout the code
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v5
3131
- name: Run repasar on the latest SHA
3232
uses: rogeruiz/[email protected]
3333
with:

0 commit comments

Comments
 (0)