Skip to content

Commit 157cdd4

Browse files
committed
Updated to latest dependency versions
1 parent 0785a5d commit 157cdd4

4 files changed

Lines changed: 447 additions & 443 deletions

File tree

.github/workflows/.release-created.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
${{ startsWith(github.ref, 'refs/heads/release/') }}
1717
steps:
1818
# Checks-out the develop branch
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
ref: 'refs/heads/develop'
2222
- uses: actions/setup-python@v6

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
source: ${{ steps.build-outputs.outputs.source }}
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0 # Needed for proper versioning
4343

@@ -269,7 +269,7 @@ jobs:
269269
id-token: write
270270

271271
steps:
272-
- uses: actions/checkout@v4
272+
- uses: actions/checkout@v6
273273
with:
274274
fetch-depth: 0
275275

0 commit comments

Comments
 (0)