Skip to content

Commit bf1ef5e

Browse files
author
PDSEN Ops
committed
Prep for tagging PDS4 Release 1.25.0.0
1 parent fbc73d8 commit bf1ef5e

4 files changed

Lines changed: 26 additions & 24 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ permissions:
1717
pages: write
1818
id-token: write
1919

20-
# Allow one concurrent deployment
21-
concurrency:
22-
group: "pages"
23-
cancel-in-progress: true
24-
2520
jobs:
2621
# Single deploy job since we're just deploying
2722
deploy:
@@ -30,17 +25,23 @@ jobs:
3025
name: github-pages
3126
url: ${{ steps.deployment.outputs.page_url }}
3227
runs-on: ubuntu-latest
28+
29+
# Allow one concurrent deployment
30+
concurrency:
31+
group: "pages"
32+
cancel-in-progress: true
33+
3334
if: github.actor != 'pdsen-ci'
3435
steps:
3536
- name: Checkout
36-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3738
with:
3839
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
3940

4041
- name: Set up Python 3
41-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4243
with:
43-
python-version: '3.9'
44+
python-version: '3.13'
4445

4546
- name: Install dependencies
4647
run: |
@@ -57,7 +58,7 @@ jobs:
5758
uses: actions/configure-pages@v5
5859

5960
- name: Upload artifact
60-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-pages-artifact@v4
6162
with:
6263
# Upload entire repository
6364
path: '.'
@@ -72,14 +73,14 @@ jobs:
7273
if: github.actor != 'pdsen-ci'
7374

7475
steps:
75-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v5
7677
with:
7778
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
7879

7980
- name: Set up Python 3
80-
uses: actions/setup-python@v5
81+
uses: actions/setup-python@v6
8182
with:
82-
python-version: '3.9'
83+
python-version: '3.13'
8384

8485
- name: Install dependencies
8586
run: |

.github/workflows/ldd-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
matrix: ${{ steps.set-matrix.outputs.matrix }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
3434
ssh-key: ${{ secrets.SSH_KEY }}
@@ -57,15 +57,15 @@ jobs:
5757
matrix: ${{fromJson(needs.get_versions.outputs.matrix)}}
5858

5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
with:
6262
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
6363
ssh-key: ${{ secrets.SSH_KEY }}
6464

6565
- name: Set up Python 3
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
68-
python-version: '3.9'
68+
python-version: '3.13'
6969

7070
- name: Generate LDDs
7171
id: generate
@@ -104,12 +104,12 @@ jobs:
104104
if: ${{ failure() && github.actor != 'pdsen-ci' }}
105105

106106
steps:
107-
- uses: actions/checkout@v4
107+
- uses: actions/checkout@v5
108108
with:
109109
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
110110
ssh-key: ${{ secrets.SSH_KEY }}
111111

112-
- uses: actions/download-artifact@v4
112+
- uses: actions/download-artifact@v6
113113
with:
114114
path: /tmp/artifacts
115115

@@ -146,12 +146,12 @@ jobs:
146146
if: ${{ github.actor != 'pdsen-ci' }}
147147

148148
steps:
149-
- uses: actions/checkout@v4
149+
- uses: actions/checkout@v5
150150
with:
151151
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
152152
ssh-key: ${{ secrets.SSH_KEY }}
153153

154-
- uses: actions/download-artifact@v4
154+
- uses: actions/download-artifact@v6
155155
with:
156156
path: /tmp/artifacts
157157

.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: |

pds4_versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
1.22.0.0
77
1.23.0.0
88
1.24.0.0
9+
1.25.0.0

0 commit comments

Comments
 (0)