Skip to content

Commit

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

Bump actions/checkout from v2.3.2 to v2.3.3
  • Loading branch information
CrazyMax authored and GitHub committed Sep 24, 2020
2 parents a2578e5 + b072fc7 commit ff640d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.3
-
name: Prepare
id: prep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
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/test.yml
Original file line number Diff line number Diff line change
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

0 comments on commit ff640d3

Please sign in to comment.