We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d72e6 commit c701c01Copy full SHA for c701c01
.github/workflows/main.yml
@@ -3,10 +3,10 @@ jobs:
3
test-and-deploy:
4
runs-on: ubuntu-latest
5
steps:
6
- - uses: actions/checkout@v4
7
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
8
with:
9
- python-version: "3.13"
+ python-version: "3.14"
10
- name: Run tests
11
run: |
12
pip install babel
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Create Release
33
if: ${{ github.ref == 'refs/heads/main' }}
34
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
35
36
github-token: ${{ github.token }}
37
script: |
0 commit comments