Skip to content

Commit 163d8f6

Browse files
authored
chore(deps): update actions/checkout action to v3 (googleapis#10634)
1 parent 2e0a799 commit 163d8f6

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get current date
3232
id: date
3333
run: echo "::set-output name=current_date::$(date +'%Y-%m-%d')"
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- name: Set up Python 3.9
3636
uses: actions/setup-python@v3
3737
with:

0 commit comments

Comments
 (0)