Skip to content

Commit 8a693de

Browse files
authored
update used gh actions ahead of node12 deprecation (dbt-labs#49)
1 parent 4521a86 commit 8a693de

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/validate_on_platforms.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
name: Validate Getting Started works on macOS
1212
runs-on: macos-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Set up Python
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.8.x"
1919
- name: Full Deploy Commands
@@ -35,9 +35,9 @@ jobs:
3535
name: Validate Getting Started works on linux
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939
- name: Set up Python
40-
uses: actions/setup-python@v1
40+
uses: actions/setup-python@v4
4141
with:
4242
python-version: "3.8.x"
4343
- name: Full Deploy Commands
@@ -59,9 +59,9 @@ jobs:
5959
name: Validate Getting Started works on Linux PowerShell Core
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v2
62+
- uses: actions/checkout@v3
6363
- name: Set up Python
64-
uses: actions/setup-python@v1
64+
uses: actions/setup-python@v4
6565
with:
6666
python-version: "3.8.x"
6767
- name: Full Deploy Commands
@@ -83,9 +83,9 @@ jobs:
8383
name: Validate Getting Started works on Windows PowerShell
8484
runs-on: windows-latest
8585
steps:
86-
- uses: actions/checkout@v2
86+
- uses: actions/checkout@v3
8787
- name: Set up Python
88-
uses: actions/setup-python@v1
88+
uses: actions/setup-python@v4
8989
with:
9090
python-version: "3.8.x"
9191
- name: Full Deploy Commands
@@ -107,9 +107,9 @@ jobs:
107107
name: Validate Getting Started works on Windows cmd.exe
108108
runs-on: windows-latest
109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111
- name: Set up Python
112-
uses: actions/setup-python@v1
112+
uses: actions/setup-python@v4
113113
with:
114114
python-version: "3.8.x"
115115
- name: Full Deploy Commands

0 commit comments

Comments
 (0)