Skip to content

Commit 2c1b56d

Browse files
committed
(CONT-903) Use checkout@v3 in docker
Prior to this commit, the docker module was using checkout@v3 in its ci workflow. This has been an oversight since docker doesn't use our resuable workflows. This commit updates checkout to v3 thus removing deprecation warnings
1 parent 7dad648 commit 2c1b56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout Source
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535

3636
- name: Activate Ruby 2.7
3737
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)