Update actions/checkout action to v3 (#1582)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-03 13:16:18 -07:00 committed by GitHub
parent 080fcde440
commit 0d7acafc44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -71,7 +71,7 @@ jobs:
python-version: 3.9
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.JRNL_BOT_TOKEN }}