Skip to content

Commit 87e69ab

Browse files
committed
(CONT-903) Use checkout@v3 in Kubernetes
Prior to this commit, there were deprecation warnings in the k8s CI. This is because K8s was using checkout@v2 rather than v3. This commit adds v3.
1 parent 7b72e48 commit 87e69ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout Source
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: Activate Ruby 2.7
2626
uses: ruby/setup-ruby@v1

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Source
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Activate Ruby 2.7
2424
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)