Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 2727d55

Browse files
authored
Merge pull request #27 from unicornpkg/dependabot/github_actions/actions/checkout-6
2 parents 7503de4 + 895c1fe commit 2727d55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
submodules: 'recursive'
1818
token: ${{ secrets.GH_TOKEN }}

.github/workflows/update-submodules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repo with submodules
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
submodules: true
1717
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)