Skip to content

Commit f5565ff

Browse files
committed
update GitHub Actions workflow to use latest action versions and Python 3.14
1 parent 43faecf commit f5565ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ jobs:
33
deploy:
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: actions/checkout@v4
7-
- uses: actions/setup-python@v5
6+
- uses: actions/checkout@v6
7+
- uses: actions/setup-python@v6
88
with:
9-
python-version: "3.13"
9+
python-version: "3.14"
1010

1111
- name: Compile catalog
1212
run: |
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Create Release
3838
if: ${{ github.ref == 'refs/heads/main' }}
39-
uses: actions/github-script@v7
39+
uses: actions/github-script@v8
4040
with:
4141
github-token: ${{ github.token }}
4242
script: |

0 commit comments

Comments
 (0)