Merge pull request #177 from linuxserver/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Eric Nemchik 2023-09-05 14:16:11 -05:00 committed by GitHub
commit ceca397d12
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@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0