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

Commit

Permalink
workflow/dockerbuild: require actions/checkout v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pgils committed Dec 9, 2020
1 parent 5487352 commit 55a8e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 2
-
Expand Down

0 comments on commit 55a8e6f

Please sign in to comment.