File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 - ubuntu-latest
1111 steps :
1212 - name : Check out repo
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Set up Python
1515 uses : actions/setup-python@v5
1616 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Download test results
2121 uses : actions/download-artifact@v5
2222 with :
Original file line number Diff line number Diff line change 2121 timeout-minutes : 90
2222 steps :
2323 - name : Check out repo
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : Install dependencies
2626 run : poetry install
2727 - name : Run acceptance tests for PXIe-6674T
Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 steps :
1919 - name : Check out repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v5
2323 with :
You can’t perform that action at this time.
0 commit comments