Skip to content

Commit

Permalink
Update python versions in api ci
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot committed Sep 19, 2024
1 parent d7c3053 commit 40ad9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

strategy:
matrix:
python-version: [3.12.5]
python-version: [3.12.6]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-documents-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
python-version: [3.12.4]
python-version: [3.12.6]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 40ad9f1

Please sign in to comment.