Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Bump actions/checkout from v2.3.2 to v2.3.3 #237

Merged
merged 1 commit into from Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo mount
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Prepare
id: prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.0.0
2 changes: 1 addition & 1 deletion .github/workflows/pre-checkin.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Install
run: yarn install
Expand Down