Skip to content

Commit 4e6f7a8

Browse files
authored
Merge pull request #6 from hankei6km:topic/setup-github
chore: Use actions/checkout@v2 temporary
2 parents 2e49e33 + 491ba1b commit 4e6f7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v2
1919

2020
- name: Cleanup
2121
run: |

0 commit comments

Comments
 (0)