Skip to content

Dependency updates#142

Merged
GitTimeraider merged 4 commits into
mainfrom
develop
Jun 29, 2026
Merged

Dependency updates#142
GitTimeraider merged 4 commits into
mainfrom
develop

Conversation

@GitTimeraider

Copy link
Copy Markdown
Owner

Dependency updates

dependabot Bot and others added 4 commits June 22, 2026 06:53
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/actions/checkout-7

Bump actions/checkout from 6 to 7
Bumps python from 3.15.0b2-slim to 3.15.0b3-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.15.0b3-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…python-3.15.0b3-slim

Bump python from 3.15.0b2-slim to 3.15.0b3-slim
Copilot AI review requested due to automatic review settings June 29, 2026 10:39
@GitTimeraider GitTimeraider merged commit a55dd26 into main Jun 29, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates build dependencies used by the container image and its publishing workflow.

Changes:

  • Bump Docker base image from python:3.15.0b2-slim to python:3.15.0b3-slim
  • Bump GitHub Actions checkout step from actions/checkout@v6 to actions/checkout@v7

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Dockerfile Updates the Python base image tag used to build the runtime container.
.github/workflows/docker-publish.yml Updates the checkout action version used in the Docker build/publish workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.15.0b2-slim
FROM python:3.15.0b3-slim
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
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