1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update actions/checkout action to v2.4.0

This commit is contained in:
Renovate Bot 2022-02-08 16:42:46 +00:00
parent ce5f36821a
commit 4b5bb52528
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -18,7 +18,7 @@ jobs:
comment-id: ${{ github.event.comment.id }} comment-id: ${{ github.event.comment.id }}
reactions: '+1' reactions: '+1'
- name: Checkout the latest code - name: Checkout the latest code
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
token: ${{ secrets.JF_BOT_TOKEN }} token: ${{ secrets.JF_BOT_TOKEN }}
fetch-depth: 0 fetch-depth: 0