Skip to content

Commit e2af3a4

Browse files
authored
Merge pull request #218 from linuxserver/dependabot/github_actions/actions/checkout-4.1.5
Bump actions/checkout from 4.1.4 to 4.1.5
2 parents 5f42bc0 + 3e4f66e commit e2af3a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4.1.4
16+
uses: actions/checkout@v4.1.5
1717
with:
1818
fetch-depth: 0
1919
sparse-checkout: |
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4.1.4
48+
uses: actions/checkout@v4.1.5
4949
with:
5050
fetch-depth: 0
5151
sparse-checkout: |

0 commit comments

Comments
 (0)