Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit c871926

Browse files
build(deps): update actions/checkout action to v3 (#110)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4a5f6e8 commit c871926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout git repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Get Poetry cache
1515
uses: actions/cache@v1
1616
with:
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout git repository
50-
uses: actions/checkout@v2
50+
uses: actions/checkout@v3
5151
- name: Get yarn cache
5252
id: yarn-cache
5353
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

0 commit comments

Comments
 (0)