Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump tj-actions/changed-files from 29.0.7 to 37.0.0 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 24, 2023

Bumps tj-actions/changed-files from 29.0.7 to 37.0.0.

Release notes

Sourced from tj-actions/changed-files's releases.

v37.0.0

🚀 New Feature

  • This version introduces support for using Github's REST API to retrieve the list of changed files without requiring the checkout action.

Example

name: CI
on:
pull_request:
branches:
- main
jobs:
-------------------------------------------------------------
Event pull_request: Returns all changed pull request files.
--------------------------------------------------------------
job:  # Example - Using GitHub's API
# NOTE:
# - This is limited to pull_request* events and would raise an error for other events.
# - A maximum of 3000 files can be returned.
runs-on: ubuntu-latest
name: Test changed-files
permissions:
pull-requests: read
steps:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37
  - name: List all changed files
    run: |
      for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
        echo "$file was changed"
      done

🔥 Breaking Change

  • Removes the deprecated dir_names_exclude_root input which has been replaced by dir_names_exclude_current_dir

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

37.0.0 - (2023-06-23)

🚀 Features

  • Add support for retrieving changed files via github rest api (#1289) (fd5b3a4) - (Tonye Jack)

➖ Remove

  • Deprecated dir_names_exclude_root (#1291) (faa5db4) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1295)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (a553a02) - (tj-actions[bot])

  • Updated README.md (#1292)

Co-authored-by: repo-ranger[bot] (63f203d) - (tj-actions[bot])

⚙️ Miscellaneous Tasks

  • Update README.md (5817a9e) - (Tonye Jack)
  • deps: Lock file maintenance (#1297) (33d50af) - (renovate[bot])
  • Use input api url (#1293) (a4cd522) - (Tonye Jack)
  • deps: Lock file maintenance (#1290) (c4a394a) - (renovate[bot])
  • deps: Update tj-actions/verify-changed-files action to v16 (#1288) (50ae49b) - (renovate[bot])
  • Update manual-test.yml (588d46e) - (Tonye Jack)
  • Update README.md (bdeaa91) - (Tonye Jack)
  • Update matrix-test.yml (4d8812d) - (Tonye Jack)
  • deps: Lock file maintenance (#1287) (668fd3a) - (renovate[bot])
  • deps: Lock file maintenance (#1285) (b952f3b) - (renovate[bot])
  • deps: Lock file maintenance (#1284) (ce8bc5d) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v36.4.1 (#1283)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (9ff3603) - (tj-actions[bot])

36.4.1 - (2023-06-19)

🐛 Bug Fixes

  • Bug with returning old filename in renamed files output (#1281) (54479c3) - (Tonye Jack)

🔄 Update

  • Update action.yml (18c62c5) - (Tonye Jack)

⚙️ Miscellaneous Tasks

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.7 to 37.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v29.0.7...v37.0.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2023

Dependabot tried to add @benjnse/reviewers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/benjnse/free-programming-books/pulls/40/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the benjnse/free-programming-books repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2023

The following labels could not be found: 🔗 dependencies, 🔗 dependencies:github-actions, 🤖 automation.

@github-actions
Copy link

This Pull Request has been automatically marked as stale because it has not had recent activity during last 60 days 😴

It will be closed in 30 days if no further activity occurs. To unstale this PR, draft it, remove stale label, comment with a detailed explanation or push more commits.

There can be many reasons why some specific PR has no activity. The most probable cause is lack of time, not lack of interest.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants