Skip to content

Commit edfd6e9

Browse files
liviuconcioiuwilliamdes
authored andcommitted
Update actions/checkout to v7
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
1 parent de94095 commit edfd6e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
langs: ${{ steps.language-list.outputs.langs }}
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
with:
2626
submodules: true
2727
- id: language-list
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
include: ${{ fromJSON(needs.generate-language-list.outputs.langs) }}
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
with:
4343
submodules: true
4444
- name: Install Sphinx-doc

0 commit comments

Comments
 (0)