Skip to content

Commit 5bea487

Browse files
author
PDSEN Ops
committed
Apply latest LDD Automation updates for release-ldd.yml
1 parent 40248d1 commit 5bea487

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-ldd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
matrix: ${{ steps.set-matrix.outputs.matrix }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
3030
ssh-key: ${{ secrets.SSH_KEY }}
@@ -50,15 +50,15 @@ jobs:
5050
matrix: ${{fromJson(needs.get_versions.outputs.matrix)}}
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
5656
ssh-key: ${{ secrets.SSH_KEY }}
5757

5858
- name: Set up Python 3
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
61-
python-version: '3.9'
61+
python-version: '3.13'
6262

6363
- name: Adding dependencies
6464
run: |

0 commit comments

Comments
 (0)