Skip to content

Commit

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

Bump actions/checkout from v2.3.3 to v2.3.4
  • Loading branch information
CrazyMax authored and GitHub committed Nov 12, 2020
2 parents 6520a2d + 1e615a8 commit 440b8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4
-
name: Set up QEMU
id: qemu
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.3
uses: actions/checkout@v2.3.4
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.0

0 comments on commit 440b8ee

Please sign in to comment.