Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5' into dependabot/github_actions/actions/upload-artifact-4
  • Loading branch information
MetRonnie committed Dec 18, 2023
2 parents bf938fd + e0253b3 commit e6adb13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1_create_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: cylc/release-actions/check-shortlog@v1

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# return to 3.x once cylc-flow is compatible with 3.10+ (pyuv)
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2_auto_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ env.MERGE_SHA }}

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# return to 3.x once cylc-flow is compatible with 3.10+ (pyuv)
python-version: '3.9'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: rose

- name: Configure Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
ref: ${{ inputs.rose_ref || github.sha }}

- name: Configure Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_rsync_test_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Configure Python
id: configure-py
uses: actions/setup-python@v4
uses: actions/setup-python@v5
continue-on-error: true
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit e6adb13

Please sign in to comment.