Skip to content

Commit 039fccf

Browse files
committed
Updated actions and submodules
1 parent ca0717e commit 039fccf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yml

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

1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
submodules: 'recursive'

.github/workflows/build.yml

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

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
submodules: 'recursive'

0 commit comments

Comments
 (0)