Skip to content

Commit 2cf4758

Browse files
authored
Merge branch 'ni:main' into main
2 parents 74d2e50 + a330a63 commit 2cf4758

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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:

.github/workflows/report_test_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:

.github/workflows/run_acceptance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

0 commit comments

Comments
 (0)