Skip to content

Commit

Permalink
Update test_nucleo_qc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Jun 18, 2024
1 parent e7a9ace commit a3ac584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_nucleo_qc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
python-version: [3.10.8]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name : Set up NodeJS
Expand Down

0 comments on commit a3ac584

Please sign in to comment.