Skip to content

Commit c08778a

Browse files
committed
Merge branch 'master' of https://github.com/leewr9/prmate
2 parents 9b81303 + 4173a4f commit c08778a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/example-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- name: Checkout repository
41+
uses: actions/checkout@v3
42+
4143
- name: Set up Python 3.11
4244
uses: actions/setup-python@v3
4345
with:

0 commit comments

Comments
 (0)