mirror of
https://github.com/linuxserver/cstate.git
synced 2026-02-05 11:38:13 +08:00
Merge pull request #177 from linuxserver/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
ceca397d12
2
.github/workflows/deploy-page.yml
vendored
2
.github/workflows/deploy-page.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user