Skip to content

Commit fbec7d3

Browse files
Bump actions/checkout from 2 to 3 (#43)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06a70b5 commit fbec7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
access_token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: ⬇️ Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929

3030
- name: ⎔ Setup node ${{ matrix.node }}
3131
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)