summaryrefslogtreecommitdiff
path: root/.github/workflows/run-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/run-test.yaml')
-rw-r--r--.github/workflows/run-test.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml
index 6f9be629f..035b22017 100644
--- a/.github/workflows/run-test.yaml
+++ b/.github/workflows/run-test.yaml
@@ -70,7 +70,7 @@ jobs:
# steps to run in each job. Some are github actions, others run shell commands
steps:
- name: Checkout repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v4
@@ -105,7 +105,7 @@ jobs:
steps:
- name: Checkout repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up emulation
run: |
@@ -141,7 +141,7 @@ jobs:
# steps to run in each job. Some are github actions, others run shell commands
steps:
- name: Checkout repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v4
@@ -174,7 +174,7 @@ jobs:
# steps to run in each job. Some are github actions, others run shell commands
steps:
- name: Checkout repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v4
@@ -207,7 +207,7 @@ jobs:
# steps to run in each job. Some are github actions, others run shell commands
steps:
- name: Checkout repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v4