Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#1171)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [ncipollo/release-action](https://github.com/ncipollo/release-action) and [umani/changed-files](https://github.com/umani/changed-files).


Updates `ncipollo/release-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@6c75be8...2c591bc)

Updates `umani/changed-files` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/umani/changed-files/releases)
- [Commits](umani/changed-files@d7f842d...138acc6)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: umani/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent af75f9f commit bce1670
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create Release
if: github.event_name == 'push'
id: create_release
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
with:
name: Release ${{ steps.vars.outputs.tag }}
artifacts: "./build/wstg-${{ steps.vars.outputs.tag }}.pdf, ./build/wstg-${{ steps.vars.outputs.tag }}.epub"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Changed Files Exporter
if: github.event_name == 'pull_request'
id: files
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0
uses: umani/changed-files@138acc60bcaa548e0c194fc69ed36321ee8466d2 # v4.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: PR link check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-textlint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
npm install -g textlint-rule-terminology
- name: Changed Files Exporter
id: files
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0
uses: umani/changed-files@138acc60bcaa548e0c194fc69ed36321ee8466d2 # v4.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pattern: '^.*\.(md)$'
Expand Down

0 comments on commit bce1670

Please sign in to comment.