Skip to content

Commit

Permalink
Merge pull request spacetelescope#709 from spacetelescope/node12-depr…
Browse files Browse the repository at this point in the history
…ecated-fix

update deprecated node12 references in ci_workflows.yml
  • Loading branch information
obi-wan76 authored Aug 9, 2023
2 parents d281004 + ffed3ac commit 3d4247b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit 3d4247b

Please sign in to comment.