Skip to content

Commit

Permalink
AAE-16479 update setup-python version (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni007 authored Oct 2, 2023
1 parent 9081c8c commit 13d3924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/calculate-next-internal-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- id: next-prerelease-resolver
run: ${{ github.action_path }}/next-prerelease.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pre-commit-default/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
using: "composite"
steps:
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
- name: build extra_args
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.3.3
v3.3.4

0 comments on commit 13d3924

Please sign in to comment.