Skip to content

Commit 4c2764d

Browse files
committed
change from v1 to v3
1 parent 8c92c98 commit 4c2764d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/apigee-release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "APIGEE_ACCESS_TOKEN=$token" >> $GITHUB_ENV
9191
9292
- name: Install Python 3.9
93-
uses: actions/setup-python@v1
93+
uses: actions/setup-python@v3
9494
with:
9595
python-version: 3.9
9696

.github/workflows/continous-integration-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1616

17-
- name: Install Python 3.8
18-
uses: actions/setup-python@v1
17+
- name: Install Python 3.9
18+
uses: actions/setup-python@v3
1919
with:
20-
python-version: 3.8
20+
python-version: 3.9
2121

2222
- name: Update apt repositories
2323
run: sudo apt update

.github/workflows/spec-release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Install Python 3.9
42-
uses: actions/setup-python@v1
42+
uses: actions/setup-python@v3
4343
with:
4444
python-version: 3.9
4545

0 commit comments

Comments
 (0)