Skip to content

Commit c6f7369

Browse files
committed
chore(deps): update actions/checkout action to v2.4.2
1 parent 13f049f commit c6f7369

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: build and push with repository
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.5
15+
- uses: actions/checkout@v2.4.2
1616
with:
1717
repository: ${{ github.event.pull_request.head.repo.full_name }}
1818
ref: ${{ github.head_ref }}
@@ -41,7 +41,7 @@ jobs:
4141
name: build and push with default version and repository
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v2.3.5
44+
- uses: actions/checkout@v2.4.2
4545
with:
4646
repository: ${{ github.event.pull_request.head.repo.full_name }}
4747
ref: ${{ github.head_ref }}
@@ -66,7 +66,7 @@ jobs:
6666
name: build and push with repository and version from Dockerfile
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/checkout@v2.3.5
69+
- uses: actions/checkout@v2.4.2
7070
with:
7171
repository: ${{ github.event.pull_request.head.repo.full_name }}
7272
ref: ${{ github.head_ref }}
@@ -95,7 +95,7 @@ jobs:
9595
outputs:
9696
tags: ${{ steps.tuplip.outputs.tags }}
9797
steps:
98-
- uses: actions/checkout@v2.3.5
98+
- uses: actions/checkout@v2.4.2
9999
with:
100100
repository: ${{ github.event.pull_request.head.repo.full_name }}
101101
ref: ${{ github.head_ref }}
@@ -125,7 +125,7 @@ jobs:
125125
outputs:
126126
tags: ${{ steps.tuplip.outputs.tags }}
127127
steps:
128-
- uses: actions/checkout@v2.3.5
128+
- uses: actions/checkout@v2.4.2
129129
with:
130130
repository: ${{ github.event.pull_request.head.repo.full_name }}
131131
ref: ${{ github.head_ref }}
@@ -157,7 +157,7 @@ jobs:
157157
outputs:
158158
tags: ${{ steps.tuplip.outputs.tags }}
159159
steps:
160-
- uses: actions/checkout@v2.3.5
160+
- uses: actions/checkout@v2.4.2
161161
with:
162162
repository: ${{ github.event.pull_request.head.repo.full_name }}
163163
ref: ${{ github.head_ref }}
@@ -189,7 +189,7 @@ jobs:
189189
outputs:
190190
tags: ${{ steps.tuplip.outputs.tags }}
191191
steps:
192-
- uses: actions/checkout@v2.3.5
192+
- uses: actions/checkout@v2.4.2
193193
with:
194194
repository: ${{ github.event.pull_request.head.repo.full_name }}
195195
ref: ${{ github.head_ref }}
@@ -218,7 +218,7 @@ jobs:
218218
outputs:
219219
tags: ${{ steps.tuplip.outputs.tags }}
220220
steps:
221-
- uses: actions/checkout@v2.3.5
221+
- uses: actions/checkout@v2.4.2
222222
with:
223223
repository: ${{ github.event.pull_request.head.repo.full_name }}
224224
ref: ${{ github.head_ref }}
@@ -266,7 +266,7 @@ jobs:
266266
- defaults
267267
- straight
268268
steps:
269-
- uses: actions/checkout@v2.3.5
269+
- uses: actions/checkout@v2.4.2
270270
- uses: actions/download-artifact@v2.0.10
271271
with:
272272
name: ${{ matrix.test }}-tags

0 commit comments

Comments
 (0)