Skip to content

Commit 161f598

Browse files
authored
Use checkout v3 (#1969)
1 parent 6aa529b commit 161f598

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github_actions_aws_rhel_python64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
module_name: ["nidcpower", "nidmm", "nifgen", "niscope", "niswitch", "nitclk"]
3030
steps:
3131
- name: checkout repository
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333
- name: execute system tests
3434
uses: ./.github/actions/linux
3535
with:

.github/workflows/github_actions_aws_windows_python32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
]
4242
steps:
4343
- name: checkout repository
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
- name: execute system tests
4646
uses: ./.github/actions/windows
4747
with:

.github/workflows/github_actions_aws_windows_python64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
]
4242
steps:
4343
- name: checkout repository
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
- name: execute system tests
4646
uses: ./.github/actions/windows
4747
with:

0 commit comments

Comments
 (0)