Skip to content

Commit f5d1c16

Browse files
authored
Merge pull request #4 from linuxserver/dependabot/github_actions/actions/checkout-5.0.0
2 parents facc1a6 + 707c7e8 commit f5d1c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4.2.2
15+
uses: actions/checkout@v5.0.0
1616
with:
1717
fetch-depth: 0
1818
sparse-checkout: |
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Checkout repository
64-
uses: actions/checkout@v4.2.2
64+
uses: actions/checkout@v5.0.0
6565
with:
6666
fetch-depth: 0
6767
sparse-checkout: |

0 commit comments

Comments
 (0)