Skip to content

.github: bump GitHub Actions to latest releases - #714

Merged
nuclearcat merged 1 commit into
kernelci:mainfrom
nuclearcat:uprev-gh-actions
Aug 6, 2026
Merged

.github: bump GitHub Actions to latest releases#714
nuclearcat merged 1 commit into
kernelci:mainfrom
nuclearcat:uprev-gh-actions

Conversation

@nuclearcat

Copy link
Copy Markdown
Member

Update pinned action revisions to the current upstream releases:

actions/checkout v6.0.2 -> v7.0.1
actions/setup-python v6.2.0 -> v7.0.0

Also switch the manually dispatched "test" workflow off the retired ubuntu-20.04 runner image, which no longer exists on GitHub-hosted runners, so the job can be started again.

Note that the workflow still calls docker-compose (v1), which is not available on current runner images; that is left for a separate change.

Update pinned action revisions to the current upstream releases:
actions/checkout v6.0.2 -> v7.0.1
actions/setup-python v6.2.0 -> v7.0.0
Also switch the manually dispatched "test" workflow off the retired
ubuntu-20.04 runner image, which no longer exists on GitHub-hosted
runners, so the job can be started again.
Note that the workflow still calls docker-compose (v1), which is not
available on current runner images; that is left for a separate change.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
@nuclearcat
nuclearcat added this pull request to the merge queueAug 6, 2026
Merged via the queue into kernelci:main with commit 62748deAug 6, 2026
3 checks passed
@nuclearcat
nuclearcat deleted the uprev-gh-actions branch August 6, 2026 08:19
Sign up for freeto 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.

1 participant

@nuclearcat