diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index d0029b4..b32946e 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -25,10 +25,10 @@ jobs: [ "$(cat galaxy.yml | grep version: | awk '{print $2}')" = $(awk -F '/' '{print substr($3, 2)}' <<< ${GITHUB_REF}) ] || exit 1 echo ::set-output name=version::$(awk -F '/' '{print substr($3, 2)}' <<< ${GITHUB_REF}) - - name: "Set up Python 3.9" + - name: "Set up Python" uses: actions/setup-python@v2 with: - python-version: "3.9" + python-version: "3.11" - name: Generate cache keys id: keys diff --git a/galaxy.yml b/galaxy.yml index 45ba65c..5b40c03 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: kewlfft name: aur # The version of the collection. Must be compatible with semantic versioning -version: 0.10.0 +version: 0.11.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md