Skip to content

Commit

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

build(deps): Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
drupol committed May 14, 2021
2 parents 1cc7dd1 + 0d5f2fa commit 33e0f7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 1

Expand Down

0 comments on commit 33e0f7e

Please sign in to comment.