Skip to content

Update GitHub Actions versions and add dependabot#59

Merged
RonnyPfannschmidt merged 3 commits intomainfrom
copilot/update-action-versions-dependabot
Nov 27, 2025
Merged

Update GitHub Actions versions and add dependabot#59
RonnyPfannschmidt merged 3 commits intomainfrom
copilot/update-action-versions-dependabot

Conversation

Copy link
Contributor

Copilot AI commented Nov 27, 2025

CI is broken due to outdated action versions. Updates all actions to current major versions and adds dependabot for automatic maintenance.

Action Updates

  • actions/checkout: v3 → v4
  • actions/setup-python: v4 → v5
  • actions/upload-artifact: v3 → v4
  • actions/download-artifact: v3 → v4
  • pre-commit/action: v2.0.3 → v3.0.1
  • pypa/gh-action-pypi-publish: master → release/v1

Python Matrix

  • Removed EOL Python 3.7
  • Changed 3.11-dev → 3.11 (stable)
  • Added 3.12

Dependabot

Added .github/dependabot.yml for weekly GitHub Actions updates:

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

Other Changes

  • Temporarily pinned pytest to <9 to avoid compatibility issues
Original prompt

the action versions are outdated and ci is broken

Update all action versions and setup dependabot for github acrions


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: RonnyPfannschmidt <156838+RonnyPfannschmidt@users.noreply.github.com>
Copilot AI changed the title [WIP] Update action versions and setup dependabot for GitHub actions Update GitHub Actions versions and add dependabot Nov 27, 2025
Copy link
Member

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

Add a temporary pin for pytest lower than 9

Co-authored-by: RonnyPfannschmidt <156838+RonnyPfannschmidt@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 27, 2025

Add a temporary pin for pytest lower than 9

Added "pytest<9" pin in 255a151.

@RonnyPfannschmidt RonnyPfannschmidt marked this pull request as ready for review November 27, 2025 05:40
@RonnyPfannschmidt RonnyPfannschmidt merged commit c6800c7 into main Nov 27, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants