Skip to content

Commit 7b42485

Browse files
chore(deps): update actions/checkout action to v5 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e31bfe4 commit 7b42485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ExtensionTemplate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: bash
3232
run: sudo apt-get update -y -qq && sudo apt-get install -y -qq ninja-build
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
submodules: 'recursive'
@@ -77,7 +77,7 @@ jobs:
7777
shell: bash
7878

7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
with:
8282
fetch-depth: 0
8383
submodules: 'recursive'
@@ -128,7 +128,7 @@ jobs:
128128
shell: bash
129129

130130
steps:
131-
- uses: actions/checkout@v4
131+
- uses: actions/checkout@v5
132132
with:
133133
fetch-depth: 0
134134
submodules: 'recursive'

0 commit comments

Comments
 (0)