Skip to content

Commit

Permalink
update used gh actions ahead of node12 deprecation (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored May 17, 2023
1 parent 4521a86 commit 8a693de
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/validate_on_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
name: Validate Getting Started works on macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.8.x"
- name: Full Deploy Commands
Expand All @@ -35,9 +35,9 @@ jobs:
name: Validate Getting Started works on linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.8.x"
- name: Full Deploy Commands
Expand All @@ -59,9 +59,9 @@ jobs:
name: Validate Getting Started works on Linux PowerShell Core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.8.x"
- name: Full Deploy Commands
Expand All @@ -83,9 +83,9 @@ jobs:
name: Validate Getting Started works on Windows PowerShell
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.8.x"
- name: Full Deploy Commands
Expand All @@ -107,9 +107,9 @@ jobs:
name: Validate Getting Started works on Windows cmd.exe
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.8.x"
- name: Full Deploy Commands
Expand Down

0 comments on commit 8a693de

Please sign in to comment.