Skip to content

Commit 5930546

Browse files
Bump actions/checkout from 4 to 5 (#86)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcc3d42 commit 5930546

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
needs: [core]
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
with:
5858
fetch-depth: 0
5959
lfs: true
@@ -79,7 +79,7 @@ jobs:
7979
needs: [core]
8080
runs-on: windows-latest
8181
steps:
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v5
8383
with:
8484
fetch-depth: 0
8585
lfs: true
@@ -120,7 +120,7 @@ jobs:
120120
needs: [core]
121121
runs-on: windows-latest
122122
steps:
123-
- uses: actions/checkout@v4
123+
- uses: actions/checkout@v5
124124
with:
125125
fetch-depth: 0
126126
lfs: true

0 commit comments

Comments
 (0)