Merge pull request #90 from linuxserver/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2.4.0 to 3
This commit is contained in:
Roxedus 2022-03-02 06:59:54 +01:00 committed by GitHub
commit 7df7afdb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Clones the repository. We also want the submodules, thats where the theme lies.
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0