summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-09 09:36:27 -0400
committerGitHub <noreply@github.com>2020-07-09 09:36:27 -0400
commitf311928e50a2f17eb9a3ce9f3c807bf5993e23d4 (patch)
tree80d7118f9ac016a76451a89a31fb78efc1c91f90
parentaf80b17dc156a49cd6db9dd662468b4a60407895 (diff)
downloadsdl_ios-bugfix/issue-1706-test-fork-CI.tar.gz
Update checkout action versionbugfix/issue-1706-test-fork-CI
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c20415dfe..d30dcd7e5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
scheme: ['SmartDeviceLink-Example-ObjC', 'SmartDeviceLink-Example-Swift']
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.1
with:
submodules: true
@@ -41,7 +41,7 @@ jobs:
scheme: ['SmartDeviceLink']
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.1
with:
submodules: true