Skip to content

Commit

Permalink
Merge pull request #107 from docker/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-v2.3.2

Bump actions/checkout from v2.3.1 to v2.3.2
  • Loading branch information
CrazyMax authored and GitHub committed Sep 8, 2020
2 parents 64c27ea + 865abb5 commit 4253125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
-
name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
-
name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
-
name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
-
name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
-
name: Install
run: yarn install
Expand Down

0 comments on commit 4253125

Please sign in to comment.