-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Bump paralenz/actions from 2.1.4 to 2.1.6 (#30)
Bumps [paralenz/actions](https://github.com/paralenz/actions) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/paralenz/actions/releases) - [Commits](paralenz/actions@v2.1.4...v2.1.6) --- updated-dependencies: - dependency-name: paralenz/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
46824ae
commit c4c8975
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: paralenz/actions/[email protected].4 | ||
- uses: paralenz/actions/[email protected].6 | ||
- name: Tests | ||
run: yarn test | ||
- name: Publish | ||
run: yarn publish | ||
- name: Tag and Release | ||
uses: paralenz/actions/[email protected].4 | ||
uses: paralenz/actions/[email protected].6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,21 +7,21 @@ jobs: | |
name: Ensure that title uses gitmoji | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: paralenz/actions/[email protected].4 | ||
- uses: paralenz/actions/[email protected].6 | ||
|
||
setup: | ||
name: Setup | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: paralenz/actions/[email protected].4 | ||
- uses: paralenz/actions/[email protected].6 | ||
|
||
test: | ||
name: Test | ||
runs-on: ubuntu-latest | ||
needs: [setup] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: paralenz/actions/[email protected].4 | ||
- uses: paralenz/actions/[email protected].6 | ||
- name: Run jest | ||
run: yarn test |