Skip to content

Commit

Permalink
Bump python3 version to 3.12.4 (#1213)
Browse files Browse the repository at this point in the history
* chore: Update the python3 version in the tools-versions.yml file

Made with ❤️️ by updatecli

* chore: Update the `python3` version in the goss test

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
  • Loading branch information
1 parent 8f83087 commit a024c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ command:
exec: python --version
exit-status: 0
stdout:
- 3.12.3
- 3.12.4
ruby:
exec: ruby -v
exit-status: 0
Expand All @@ -62,7 +62,7 @@ command:
exit-status: 0
stdout:
- /16\.\d+\.\d+\.\d+/
skip: {{ not (eq .Env.AGENT_OS_VERSION "2019") }}
skip: {? {not (eq .Env.AGENT_OS_VERSION "2019"): ''} : ''}
file:
C:\Program Files\Chromium\Application\:
contains: []
Expand Down
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nodejs_linux_version: 20.14.0
nodejs_windows_version: 20.14.0
openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws/main/ec2_agents_authorized_keys
packer_version: 1.11.0
python3_version: 3.12.3
python3_version: 3.12.4
ruby_puppet_version: 2.6.10
ruby_version: 3.3.2
sops_version: 3.8.1
Expand Down

0 comments on commit a024c21

Please sign in to comment.