Skip to content

Commit

Permalink
Update checkout and setup-python actions to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Jan 28, 2024
1 parent ec3c402 commit e2e9cc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix-json: ${{ steps.set-matrix.outputs.matrix }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: set-matrix
shell: pwsh
# Use a small PowerShell script to generate the build matrix
Expand All @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand All @@ -51,7 +51,7 @@ jobs:

# Use python 3.x release (works cross platform; best to keep self contained in it's own step)
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down

0 comments on commit e2e9cc4

Please sign in to comment.