这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps tj-actions/changed-files from 40.2.0 to 40.2.1.

Release notes

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

v40.2.1

What's Changed

Full Changelog: tj-actions/changed-files@v40...v40.2.1

Changelog

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

40.2.1 - (2023-12-04)

➕ Add

  • Added missing changes and modified dist assets. (1c93849) - (GitHub Action)
  • Added missing changes and modified dist assets. (ee5ef75) - (GitHub Action)

➖ Remove

  • Deleted .github/workflows/greetings.yml (f91c9fe) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1769)

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

  • Update README.md (10bfa98) - (Tonye Jack)
  • Updated README.md (#1767)

Co-authored-by: jackton1 jackton1@users.noreply.github.com Co-authored-by: Tonye Jack jtonye@ymail.com (9e46b4f) - (tj-actions[bot])

  • Update README.md (3bf6172) - (Tonye Jack)
  • Updated README.md (#1755)

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

  • Update README.md (742ed36) - (Tonye Jack)
  • Updated README.md (#1750)

Co-authored-by: repo-ranger[bot] (86cabf5) - (tj-actions[bot])

📝 Other

  • Update test.yml removing pull_request_review event (#1763) (af6bdde) - (Tonye Jack)
  • Remove usage of pull_request_target event from test.yml (#1758) (3ca6b80) - (Tonye Jack)

🧪 Testing

  • Verify bug writing outputs when files_yaml is used (#1762) (fc1fb2b) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Lock file maintenance (ba558db) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.10.3 (bf19fa2) - (renovate[bot])
  • deps: Update dependency eslint-config-prettier to v9.1.0 (45581f0) - (renovate[bot])
  • deps: Update dependency eslint to v8.55.0 (9ebb48b) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.10.2 (4e2dca3) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.10.1 (883b4cc) - (renovate[bot])
  • deps: Lock file maintenance (42fe158) - (renovate[bot])

... (truncated)

Commits
  • 1c93849 Added missing changes and modified dist assets.
  • ba558db chore(deps): lock file maintenance
  • bf19fa2 chore(deps): update dependency @​types/node to v20.10.3
  • 66b77cb Updated README.md (#1769)
  • 10bfa98 Update README.md
  • 9e46b4f Updated README.md (#1767)
  • 3bf6172 Update README.md
  • 45581f0 chore(deps): update dependency eslint-config-prettier to v9.1.0
  • 9ebb48b chore(deps): update dependency eslint to v8.55.0
  • 4e2dca3 chore(deps): update dependency @​types/node to v20.10.2
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 40.2.0 to 40.2.1.
- [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@v40.2.0...v40.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Dec 4, 2023
Copy link

@rrr2rrr rrr2rrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@josegonzalez josegonzalez merged commit 1c0ca34 into master Dec 7, 2023
@josegonzalez josegonzalez deleted the dependabot/github_actions/tj-actions/changed-files-40.2.1 branch December 7, 2023 06:16
github-actions bot pushed a commit that referenced this pull request Jan 7, 2024
# History

## 0.32.4

Install/update via the bootstrap script:

```shell
wget -NP . https://dokku.com/install/v0.32.4/bootstrap.sh
sudo DOKKU_TAG=v0.32.4 bash bootstrap.sh
```

### Bug Fixes

- #6407: @josegonzalez Upgrade ruby to fix the release process
- #6394: @josegonzalez Scope the delete of symlinked plugins in debian post-install to the plugin folders

### Refactors

- #6388: @Juneezee Replace deprecated `io/ioutil` functions

### Documentation

- #6385: @josegonzalez Fix docblock entries for properties in plugins
- #6384: @josegonzalez Cleanup some markdown in documentation
- #6365: @josegonzalez Split out archive/image deployment docs into their own file

### Tests

- #6408: @josegonzalez Add options to the release workflow
- #6359: @josegonzalez Update buildpack api for test buildpack

### Dependencies

- #6399: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.5 to 10.7 in /docs/_build
- #6398: @dependabot[bot] chore(deps): bump sinatra from 3.1.0 to 3.2.0 in /tests/apps/ruby
- #6395: @dependabot[bot] chore(deps): bump ruby from 3.2.2 to 3.3.0 in /tests/apps/dockerfile-entrypoint
- #6391: @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.2 to 9.5.3 in /docs/_build
- #6392: @dependabot[bot] chore(deps): bump importlib-metadata from 7.0.0 to 7.0.1 in /docs/_build
- #6393: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 40.2.3 to 41.0.1
- #6387: @dependabot[bot] chore(deps): bump org.eclipse.jetty:jetty-servlet from 11.0.18 to 11.0.19 in /tests/apps/java
- #6386: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 40.2.2 to 40.2.3
- #6377: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 40.2.1 to 40.2.2
- #6380: @dependabot[bot] chore(deps): bump github/codeql-action from 2 to 3
- #6379: @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.1 to 9.5.2 in /docs/_build
- #6378: @dependabot[bot] chore(deps): bump python from 3.12.0-alpine to 3.12.1-alpine in /docs/_build
- #6376: @dependabot[bot] chore(deps): bump mkdocs-material from 9.4.14 to 9.5.1 in /docs/_build
- #6371: @dependabot[bot] chore(deps): bump golang from 1.21.4 to 1.21.5 in /tests/apps/gogrpc
- #6369: @dependabot[bot] chore(deps): bump golang from 1.21.4 to 1.21.5 in /tests/apps/zombies-dockerfile-tini
- #6368: @dependabot[bot] chore(deps): bump golang from 1.21.4 to 1.21.5 in /tests/apps/zombies-dockerfile-no-tini
- #6367: @dependabot[bot] chore(deps): bump importlib-metadata from 6.8.0 to 7.0.0 in /docs/_build
- #6366: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 40.2.0 to 40.2.1
- #6370: @dependabot[bot] chore(deps): bump golang from 1.21.4 to 1.21.5 in /tests/apps/go-fail-predeploy
- #6372: @dependabot[bot] chore(deps): bump golang from 1.21.4 to 1.21.5 in /tests/apps/go-fail-postdeploy
- #6373: @dependabot[bot] chore(deps): bump actions/setup-python from 4 to 5
- #6364: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 in /tests/apps/gogrpc
- #6361: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.4 to 10.5 in /docs/_build
- #6362: @dependabot[bot] chore(deps): bump mkdocs-material from 9.4.12 to 9.4.14 in /docs/_build
- #6360: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 40.1.1 to 40.2.0
- #6357: @dependabot[bot] chore(deps): bump mkdocs-material-extensions from 1.3 to 1.3.1 in /docs/_build
- #6355: @dependabot[bot] chore(deps): bump pygments from 2.16.1 to 2.17.2 in /docs/_build
- #6358: @dependabot[bot] chore(deps): bump mkdocs-material from 9.4.8 to 9.4.12 in /docs/_build
- #6348: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.3.1 to 10.4 in /docs/_build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants