Skip to content

Commit cc01a70

Browse files
Update actions/checkout action to v3 (#520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent af283a8 commit cc01a70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2.4.0
19+
uses: actions/checkout@v3.0.0
2020
with:
2121
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
2222

.github/workflows/translations.yml

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

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2.4.0
13+
uses: actions/checkout@v3.0.0
1414
with:
1515
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
1616

0 commit comments

Comments
 (0)