From 6f0add50b32e4bedfd98976984ffa499af4c218b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 22 May 2024 16:23:30 +0200 Subject: [PATCH] Version v39.0 with Fedora 39 --- README.md | 4 ++++ action.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8690117..0b14629 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ Until version 0.4, this action always used the latest [fedora-python-tox](https: image. Since version 34.0, the first number in the version (also sometimes referred to as the "major version") represents the release of Fedora used in the image. +### v39.0 + +* Uses Fedora 39 as the base container image. + ### v38.0 * Uses Fedora 38 as the base container image. diff --git a/action.yaml b/action.yaml index 73b661a..1ae0f5a 100644 --- a/action.yaml +++ b/action.yaml @@ -16,7 +16,7 @@ inputs: runs: using: docker - image: docker://fedorapython/fedora-python-tox:f38 + image: docker://fedorapython/fedora-python-tox:f39 env: TOXENV: ${{ inputs.tox_env }} DNF_INSTALL: ${{ inputs.dnf_install }}