Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit 28cc688

Browse files
authored
Merge pull request #32 from kei711/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents a8717e1 + a014650 commit 28cc688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: Log in to the Container registry
2626
uses: docker/login-action@f6d32ad0236599ffe0bb261e71184c3e4e1d47cd

0 commit comments

Comments
 (0)