Skip to content

Commit

Permalink
Bump actions/checkout from v2.3.2 to v2.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.2...a81bbbf)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2020
1 parent 33502e1 commit fda1b7f
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 fda1b7f

Please sign in to comment.