Skip to content

Commit

Permalink
Merge pull request #59 from whelk-io/dependabot/github_actions/develo…
Browse files Browse the repository at this point in the history
…p/actions/checkout-v2.3.3

Bump actions/checkout from v2.3.2 to v2.3.3
  • Loading branch information
zteater committed Oct 26, 2020
2 parents 6d405a8 + fda1b7f commit 27f9e20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 2

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: mvn -B deploy --file pom.xml

- name: Checkout develop branch
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
branch: develop

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

steps:

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 2

Expand Down

0 comments on commit 27f9e20

Please sign in to comment.