Skip to content

fix: update workflow actions, Python 3.13, and guard workflow checks#39

Merged
k-alphonse merged 1 commit into
stagingfrom
ka/bump-workflow-actions-and-python
Apr 21, 2026
Merged

fix: update workflow actions, Python 3.13, and guard workflow checks#39
k-alphonse merged 1 commit into
stagingfrom
ka/bump-workflow-actions-and-python

Conversation

@k-alphonse

@k-alphonse k-alphonse commented Apr 20, 2026

Copy link
Copy Markdown
Member

🥇 Generic Pull Request 🥇

Elizabeth Consulting International Inc

Purpose & Objective

This PR updates GitHub workflow configuration by bumping actions/checkout to v6, standardising workflow Python versions to 3.13, and fixing guard workflow branch-context handling.

Changes

  • updated actions/checkout from v4/v3 to v6 in:
    • .github/workflows/cd.yml
    • .github/workflows/ci.yml
    • .github/workflows/docs.yml
    • .github/workflows/guard.yml
    • .github/workflows/super-linter.yml
  • updated workflow Python versions to 3.13 in:
    • .github/workflows/cd.yml
    • .github/workflows/ci.yml
    • .github/workflows/docs.yml
  • fixed .github/workflows/guard.yml by:
    • replacing undefined shell variables in the preamble with GitHub context values
    • replacing the undefined env.HEAD condition with a pull request branch check using github.head_ref

  • This PR satisfies the PR checklist.

@cmbengue-ec-intl cmbengue-ec-intl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Good work on this. 💯

@k-alphonse k-alphonse added this pull request to the merge queue Apr 21, 2026
Merged via the queue into staging with commit f920df3 Apr 21, 2026
3 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