Skip to content

Commit 9d25a80

Browse files
authored
chore(deps): update actions/setup-python action to v3 (#760)
1 parent d291ad4 commit 9d25a80

21 files changed

+21
-21
lines changed

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

packages/django-google-spanner/.github/workflows/django3.2_tests_against_emulator9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.8
2424
- name: Run Django tests

0 commit comments

Comments
 (0)