Skip to content

Commit 503942e

Browse files
Update actions/checkout action to v2.6.0
1 parent ca99797 commit 503942e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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/[email protected]

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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.
@@ -29,7 +29,7 @@ jobs:
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/[email protected]

0 commit comments

Comments
 (0)