File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v2.3.4
48+ uses : actions/checkout@v2.6.0
4949
5050 # Define if tests and push should be run against which versions/platforms
5151 - name : Prepare
@@ -106,7 +106,7 @@ jobs:
106106 - tag-does-not-exist
107107 steps :
108108 - name : Checkout
109- uses : actions/checkout@v2.3.4
109+ uses : actions/checkout@v2.6.0
110110
111111 - name : Set up QEMU
112112 uses : docker/setup-qemu-action@v1.2.0
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Check out the codebase.
17- uses : actions/checkout@v2.3.4
17+ uses : actions/checkout@v2.6.0
1818
1919 - name : Hadolint Action
2020 # You may pin to the exact commit or the version.
2929
3030 steps :
3131 - name : Check out the codebase.
32- uses : actions/checkout@v2.3.4
32+ uses : actions/checkout@v2.6.0
3333
3434 - name : Set up Python 3.
3535 uses : actions/setup-python@v2.2.2
You can’t perform that action at this time.
0 commit comments