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

Bump the github-actions group with 3 updates #969

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the github-actions group with 3 updates: actions/upload-artifact, actions/setup-python and tj-actions/glob.

Updates actions/upload-artifact from 3.1.3 to 4.3.0

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

Commits

Updates actions/setup-python from 4.7.1 to 5.0.0

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

Commits

Updates tj-actions/glob from 17.3.0 to 20.0.0

Release notes

Sourced from tj-actions/glob's releases.

v20.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Update action runtime to node20

What's Changed

New Contributors

Full Changelog: tj-actions/glob@v19...v20.0.0

v19

Changes in v19.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Glob match
        uses: tj-actions/glob@v19
        id: glob
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/glob's changelog.

Changelog

20.0.0 - (2024-01-25)

🔄 Update

  • Updated README.md (#1073)

Co-authored-by: jackton1 [email protected] (9fd322f) - (tj-actions[bot])

  • Update action runtime to node20 (#1071)

Co-authored-by: Tonye Jack [email protected] (a79b65e) - (Misha Kaletsky)

📚 Documentation

  • Add mmkal as a contributor for code (#1072) (e01e5ce) - (allcontributors[bot])

📝 Other

  • PR #1066: update tj-actions/eslint-changed-files action to v23 (6db5077) - (repo-ranger[bot])

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.11.6 (bf25bec) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.19.1 (6fb4cff) - (renovate[bot])
  • deps: Update dependency ts-jest to v29.1.2 (5fe58e0) - (renovate[bot])
  • deps: Lock file maintenance (1120fab) - (renovate[bot])
  • deps: Update tj-actions/eslint-changed-files action to v23 (3429124) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v19 (#1064)

Co-authored-by: jackton1 [email protected] (d4443d8) - (tj-actions[bot])

19.0.0 - (2024-01-18)

🚀 Features

  • Add support for excluding a nested directory files using a slash (2) (#1063) (dc0d0cd) - (Tonye Jack)
  • Add support for excluding a nested directory files using a directory pattern ends with a slash (#1062) (d9dadb0) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1061)

Co-authored-by: jackton1 [email protected] (d9b22df) - (tj-actions[bot])

  • Update README.md (896e69d) - (Tonye Jack)

... (truncated)

Commits
  • 9fd322f Updated README.md (#1073)
  • e01e5ce docs: add mmkal as a contributor for code (#1072)
  • a79b65e Update action runtime to node20 (#1071)
  • bf25bec chore(deps): update dependency @​types/node to v20.11.6
  • 6fb4cff chore(deps): update typescript-eslint monorepo to v6.19.1
  • 5fe58e0 chore(deps): update dependency ts-jest to v29.1.2
  • 1120fab chore(deps): lock file maintenance
  • 6db5077 Merge pull request #1066 from tj-actions/renovate/tj-actions-eslint-changed-f...
  • 3429124 chore(deps): update tj-actions/eslint-changed-files action to v23
  • d4443d8 Upgraded to v19 (#1064)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/setup-python](https://github.com/actions/setup-python) and [tj-actions/glob](https://github.com/tj-actions/glob).


Updates `actions/upload-artifact` from 3.1.3 to 4.3.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@a8a3f3a...26f96df)

Updates `actions/setup-python` from 4.7.1 to 5.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@65d7f2d...0a5c615)

Updates `tj-actions/glob` from 17.3.0 to 20.0.0
- [Release notes](https://github.com/tj-actions/glob/releases)
- [Changelog](https://github.com/tj-actions/glob/blob/main/HISTORY.md)
- [Commits](tj-actions/glob@ac7d983...9fd322f)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: tj-actions/glob
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-f7c73e55b2 branch March 1, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants