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 7 updates #158

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps the github-actions group with 7 updates:

Package From To
vmactions/freebsd-vm 1.1.7 1.1.8
awalsh128/cache-apt-pkgs-action 1.4.2 1.4.3
aminya/setup-cpp 0.44.0 0.45.0
cygwin/cygwin-install-action 5f89bfcf835742910cafaa6a3cd7dc3624d5fef5 f61179d72284ceddc397ed07ddb444d82bf9e559
release-drafter/release-drafter 6.0.0 6.1.0
rojopolis/spellcheck-github-actions 0.45.0 0.46.0
taiki-e/install-action 2.47.7 2.47.20

Updates vmactions/freebsd-vm from 1.1.7 to 1.1.8

Release notes

Sourced from vmactions/freebsd-vm's releases.

support arm64(aarch64)

Use arch: aarch64 option to use arm64 vm.

Commits

Updates awalsh128/cache-apt-pkgs-action from 1.4.2 to 1.4.3

Release notes

Sourced from awalsh128/cache-apt-pkgs-action's releases.

v1.4.3

What's Changed

New Contributors

Full Changelog: awalsh128/cache-apt-pkgs-action@v1.4.2...v1.4.3

Commits

Updates aminya/setup-cpp from 0.44.0 to 0.45.0

Release notes

Sourced from aminya/setup-cpp's releases.

v0.45.0

What's Changed

Full Changelog: aminya/setup-cpp@v0.44.0...v0.45.0

Commits
  • 1fd8139 chore: v0.45.0 [skip test]
  • d90b3b5 Merge pull request #327 from aminya/venv-mac
  • 0528a87 fix: install pipx via pip too
  • 627f57a fix: fix pipx ensure path failures
  • 361073a ci: use pnpm lock as the cache key in CI
  • 113d1f5 fix: install pipx system-wide first
  • 770dfb4 fix: install venv before pip
  • 025098a fix: check for existence of venv module before installing
  • f1ec26f Merge pull request #323 from aminya/renovate/node-22.x [skip ci]
  • ef74ed3 Merge pull request #324 from aminya/update-cmake [skip ci]
  • Additional commits viewable in compare view

Updates cygwin/cygwin-install-action from 5f89bfcf835742910cafaa6a3cd7dc3624d5fef5 to f61179d72284ceddc397ed07ddb444d82bf9e559

Commits
  • f61179d Compare inputs.allow-test-packages against 'true', not non-empty
  • a53d42c Use current checkout action in example as well
  • See full diff in compare view

Updates release-drafter/release-drafter from 6.0.0 to 6.1.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v6.1.0

What's Changed

New

Bug Fixes

Documentation

Full Changelog: release-drafter/release-drafter@v6.0.0...v6.1.0

Commits

Updates rojopolis/spellcheck-github-actions from 0.45.0 to 0.46.0

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.46.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.45.0...0.46.0

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

Change Log for spellcheck-github-actions

0.46.0, 2025-01-07, maintenance release, update not required

0.45.0, 2024-11-05, maintenance release, update not required

  • Docker base image updated from python:3.13.0-slim-bullseye to python:3.13.0-slim-bookworm. Which should give us some time in to live, end of life take into consideration:

0.44.0, 2024-10-25, maintenance release, update not required

  • Docker image updated to Python 3.13.0 slim via PR #217 from Dependabot. Release notes for Python 3.13.0

  • Since lxml was not building I bumped to the latest release 5.3.0. In in relation to that, so I while I was at it I went through the dependencies and updated the ones possible using a PySpelling build as the baseline. The following dependencies were updated:

  • beautifulsoup4 bumped from version 4.12.2 to 4.12.3, see release notes

  • lxml bumped from version 4.9.3 to 5.3.0, see release notes

  • Markdown bumped from version 3.4.4 to 3.7, see release notes

  • pymdown-extensions bumped from version 10.4 to 10.11.2, see release notes

  • PyYAML bumped from version 6.0.1 to 6.0.2, see release notes

  • soupsieve bumped from version 2.5 to 2.6, see release notes

0.43.1, 2024-10-17, bug fix release, update recommended

  • This is an attempt at addressing the conflict between using the PySpelling --source parameter and the sources parameter in the PySpelling configuration file introduced by this action. With the recommendation of using the GitHub Action: tj-actions/changed-files, the use of the --source flag was adopted, but this bypasses the filtering mechanism, which can be enabled in the configuration file. The update recommendation is due to the fact that you might experience unwanted behaviour if your sources contain negated file patterns. The patch enables application of the configured filter to the source parameters, so the action can be used with the --source parameter and the sources configuration parameter in combination.

0.43.0, 2024-10-08, maintenance release, update not required

0.42.0, 2024-09-22, maintenance release, update not required

0.41.0, 2024-08-12, maintenance release, update not required

0.40.0, 2024-07-18, maintenance release, update recommended

  • Minor error in the previous release, re-releasing as 0.40.0 see changes from 0.39.0 below

0.39.0, 2024-07-17, maintenance release, update recommended

... (truncated)

Commits
  • e7d2b8d Merge pull request #225 from rojopolis/dependabot/docker/python-3.13.1-slim-b...
  • d43810e Bump python from 3.13.0-slim-bookworm to 3.13.1-slim-bookworm
  • See full diff in compare view

Updates taiki-e/install-action from 2.47.7 to 2.47.20

Release notes

Sourced from taiki-e/install-action's releases.

2.47.20

  • Update wasmtime@latest to 29.0.0.

2.47.19

  • Update trunk@latest to 0.21.6.

  • Update parse-changelog@latest to 0.6.11.

2.47.18

  • Update cargo-deny@latest to 0.16.4.

  • Update cargo-binstall@latest to 1.10.22.

2.47.17

  • Update cargo-audit@latest to 0.21.1.

2.47.16

  • Update cargo-make@latest to 0.37.24.

2.47.15

  • Update cargo-tarpaulin@latest to 0.31.5.

  • Update cargo-llvm-cov@latest to 0.6.16.

  • Update cargo-hack@latest to 0.6.34.

2.47.14

  • Update cargo-nextest@latest to 0.9.88.

2.47.13

  • Update wasmtime@latest to 28.0.1.

  • Update release-plz@latest to 0.3.113.

  • Update cargo-binstall@latest to 1.10.21.

2.47.12

  • Update wasm-bindgen@latest to 0.2.100.

  • Update rclone@latest to 1.69.0.

  • Update cargo-binstall@latest to 1.10.20.

2.47.11

  • Update editorconfig-checker@latest to 3.1.2.

2.47.10

  • Update cargo-udeps@latest to 0.1.54.

2.47.9

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Update knope@latest to 0.18.3.

[2.47.20] - 2025-01-21

  • Update wasmtime@latest to 29.0.0.

[2.47.19] - 2025-01-20

  • Update trunk@latest to 0.21.6.

  • Update parse-changelog@latest to 0.6.11.

[2.47.18] - 2025-01-19

  • Update cargo-deny@latest to 0.16.4.

  • Update cargo-binstall@latest to 1.10.22.

[2.47.17] - 2025-01-19

  • Update cargo-audit@latest to 0.21.1.

[2.47.16] - 2025-01-18

  • Update cargo-make@latest to 0.37.24.

[2.47.15] - 2025-01-16

  • Update cargo-tarpaulin@latest to 0.31.5.

  • Update cargo-llvm-cov@latest to 0.6.16.

  • Update cargo-hack@latest to 0.6.34.

[2.47.14] - 2025-01-16

  • Update cargo-nextest@latest to 0.9.88.

... (truncated)

Commits

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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) | `1.1.7` | `1.1.8` |
| [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) | `1.4.2` | `1.4.3` |
| [aminya/setup-cpp](https://github.com/aminya/setup-cpp) | `0.44.0` | `0.45.0` |
| [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) | `5f89bfcf835742910cafaa6a3cd7dc3624d5fef5` | `f61179d72284ceddc397ed07ddb444d82bf9e559` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6.0.0` | `6.1.0` |
| [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) | `0.45.0` | `0.46.0` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.47.7` | `2.47.20` |


Updates `vmactions/freebsd-vm` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](vmactions/freebsd-vm@34c431d...848dac7)

Updates `awalsh128/cache-apt-pkgs-action` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases)
- [Commits](awalsh128/cache-apt-pkgs-action@a6c3917...5902b33)

Updates `aminya/setup-cpp` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@d485b24...1fd8139)

Updates `cygwin/cygwin-install-action` from 5f89bfcf835742910cafaa6a3cd7dc3624d5fef5 to f61179d72284ceddc397ed07ddb444d82bf9e559
- [Release notes](https://github.com/cygwin/cygwin-install-action/releases)
- [Commits](cygwin/cygwin-install-action@5f89bfc...f61179d)

Updates `release-drafter/release-drafter` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@3f0f870...b1476f6)

Updates `rojopolis/spellcheck-github-actions` from 0.45.0 to 0.46.0
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@403efe0...e7d2b8d)

Updates `taiki-e/install-action` from 2.47.7 to 2.47.20
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@a86da1a...5c7ec4f)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: awalsh128/cache-apt-pkgs-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: aminya/setup-cpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: cygwin/cygwin-install-action
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant