Skip to content

Commit 60d1737

Browse files
self-hosted-releasesjmfontaine
self-hosted-releases
authored andcommitted
Fix GitHub Actions workflow warnings
1 parent 19d14cf commit 60d1737

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-to-environment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: ${{ env.RELEASE_BRANCH_NAME }}
5151

5252
- name: Set Python up
53-
uses: actions/setup-python@v4
53+
uses: actions/setup-python@v5
5454
with:
5555
python-version: 3.x
5656

.github/workflows/qa.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
separator: "' '"
3232

3333
- name: Set Python up
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v5
3535
id: set-python-up
3636
with:
3737
cache: pip

.github/workflows/self-hosted-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
SPACELIFT_DISTRIBUTION: SELF_HOSTED
5050

5151
- name: Set Python up
52-
uses: actions/setup-python@v4
52+
uses: actions/setup-python@v5
5353
with:
5454
python-version: 3.x
5555

0 commit comments

Comments
 (0)