Skip to content

Commit

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

Bump actions/checkout from v2.3.2 to v2.3.3
  • Loading branch information
crazy-max committed Sep 24, 2020
2 parents 4b0fbbc + fc91a64 commit 267eed0
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.2
uses: actions/checkout@v2.3.3
-
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.2
uses: actions/checkout@v2.3.3
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.0.0

0 comments on commit 267eed0

Please sign in to comment.