Skip to content

Commit

Permalink
Merge pull request #376 from opensafely-core/steve/fix-job-server-pr-…
Browse files Browse the repository at this point in the history
…workflow

Update Python to 3.12 for job-server PR workflow
  • Loading branch information
StevenMaude authored Jul 9, 2024
2 parents 0bec3f7 + 9b8d0c3 commit b8f742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-job-server-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: opensafely-core/setup-action@v1
with:
install-just: true
python-version: "3.11"
python-version: "3.12"

- name: Update requirement to latest
run: just update-interactive-templates "$GITHUB_SHA"
Expand Down

0 comments on commit b8f742c

Please sign in to comment.