Skip to content

Update GitHub Actions to use latest versions#11

Merged
isedwards merged 2 commits into
open-climate:mainfrom
isedwards:main
Jul 27, 2025
Merged

Update GitHub Actions to use latest versions#11
isedwards merged 2 commits into
open-climate:mainfrom
isedwards:main

Conversation

@isedwards
Copy link
Copy Markdown
Contributor

  • Replace pinned action versions with @latest for immediate feedback on breaking changes
  • Fix deprecated actions/upload-pages-artifact@v2 deprecation warning
  • Ensures latest security updates and features are always used

  - Replace pinned action versions with @latest for immediate feedback on breaking changes
  - Fix deprecated actions/upload-pages-artifact@v2 deprecation warning
  - Ensures latest security updates and features are always used
@isedwards isedwards requested a review from Copilot July 27, 2025 14:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates GitHub Actions workflow to use @latest versions instead of pinned versions for immediate feedback on breaking changes and to address deprecated action warnings.

Key changes:

  • Replace all pinned action versions with @latest tags
  • Address deprecation warning for actions/upload-pages-artifact@v2
  • Ensure access to latest security updates and features
Comments suppressed due to low confidence (5)

.github/workflows/docs.yml:22

  • The tag @latest does not exist for actions/checkout. Use a specific version tag like @v4 or the main branch @main instead.
    - uses: actions/checkout@latest

.github/workflows/docs.yml:25

  • The tag @latest does not exist for actions/setup-python. Use a specific version tag like @v4 or the main branch @main instead.
      uses: actions/setup-python@latest

.github/workflows/docs.yml:41

  • The tag @latest does not exist for actions/configure-pages. Use a specific version tag like @v3 or the main branch @main instead.
      uses: actions/configure-pages@latest

.github/workflows/docs.yml:45

  • The tag @latest does not exist for actions/upload-pages-artifact. Use a specific version tag like @v3 or the main branch @main instead.
      uses: actions/upload-pages-artifact@latest

.github/workflows/docs.yml:59

  • The tag @latest does not exist for actions/deploy-pages. Use a specific version tag like @v2 or the main branch @main instead.
      uses: actions/deploy-pages@latest

@isedwards isedwards merged commit e61749f into open-climate:main Jul 27, 2025
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