Skip to content

Commit

Permalink
Merge pull request #16 from drupol/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
drupol committed Nov 3, 2021
2 parents fb2c3ca + 7cf5dce commit 9b8adbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 1

Expand Down

0 comments on commit 9b8adbe

Please sign in to comment.