There was an error while loading. Please reload this page.
1 parent 40248d1 commit 5bea487Copy full SHA for 5bea487
1 file changed
.github/workflows/release-ldd.yml
@@ -24,7 +24,7 @@ jobs:
24
outputs:
25
matrix: ${{ steps.set-matrix.outputs.matrix }}
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
with:
29
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
30
ssh-key: ${{ secrets.SSH_KEY }}
@@ -50,15 +50,15 @@ jobs:
50
matrix: ${{fromJson(needs.get_versions.outputs.matrix)}}
51
52
53
54
55
56
57
58
- name: Set up Python 3
59
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
60
61
- python-version: '3.9'
+ python-version: '3.13'
62
63
- name: Adding dependencies
64
run: |
0 commit comments