Skip to content

Bump GitHub Actions major versions across push and PR workflows#239

Merged
nojaf merged 2 commits into
masterfrom
copilot/update-github-actions-dependencies
Jul 6, 2026
Merged

Bump GitHub Actions major versions across push and PR workflows#239
nojaf merged 2 commits into
masterfrom
copilot/update-github-actions-dependencies

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR packages the already-applied GitHub Actions dependency upgrades from master into a reviewable PR and extends the same version alignment to the PR workflow file. It updates action references to current major versions in both workflow YAMLs.

  • Scope

    • Updated workflow action versions in:
      • .github/workflows/push-main.yml
      • .github/workflows/pull-requests.yml
  • Action version upgrades

    • actions/checkout: v3v7
    • actions/setup-dotnet: v3v5
    • actions/upload-pages-artifact: v1v5 (push-main)
    • actions/deploy-pages: v1v5 (push-main)
  • Dependabot config

    • No changes to .github/dependabot.yml (it currently configures NuGet updates only, not GitHub Actions).
# Example of the applied pattern
- uses: actions/checkout@v7
- name: Setup .NET
  uses: actions/setup-dotnet@v5

Copilot AI changed the title [WIP] Update GitHub Actions dependencies in workflow file Bump GitHub Actions major versions across push and PR workflows Jul 6, 2026
Copilot finished work on behalf of nojaf July 6, 2026 09:27
Copilot AI requested a review from nojaf July 6, 2026 09:27
Copilot finished work on behalf of nojaf July 6, 2026 09:38
@nojaf nojaf marked this pull request as ready for review July 6, 2026 10:06
@nojaf nojaf merged commit 3bf3dde into master Jul 6, 2026
4 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