Update actions/checkout action to v4 (#1788)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-09 13:39:13 -07:00 committed by GitHub
parent 303ca98d0b
commit 85bd7d40a5
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.11'
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.JRNL_BOT_TOKEN }}