Skip to content

Commit c701c01

Browse files
committed
update GitHub Actions to use latest versions of checkout, setup-python, and github-script
1 parent 31d72e6 commit c701c01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ jobs:
33
test-and-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
- name: Run tests
1111
run: |
1212
pip install babel
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Create Release
3333
if: ${{ github.ref == 'refs/heads/main' }}
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v8
3535
with:
3636
github-token: ${{ github.token }}
3737
script: |

0 commit comments

Comments
 (0)