Skip to content

Bump actions/cache #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 10, 2025
Merged

Bump actions/cache #272

merged 4 commits into from
Mar 10, 2025

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Mar 4, 2025

Description

Seeing a bunch of deprecation warnings (#271, #263, #268), so bumping actions/cache version to see if this fixes it.

Why didn't dependabot spot these? Add dependabot updates in 47ce17d

Closes #274

@kenodegard kenodegard requested a review from a team as a code owner March 4, 2025 16:41
@github-project-automation github-project-automation bot moved this to 🆕 New in 🔎 Review Mar 4, 2025
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Mar 4, 2025
@kenodegard kenodegard moved this from 🆕 New to 🏗️ In Progress in 🔎 Review Mar 4, 2025
@conda-bot
Copy link
Contributor

conda-bot commented Mar 4, 2025

Template Success

Warning

This is what the audit looks like when the templating has no errors.

Templating Audit
  • 🔄 Fetching files from ./templates
    • file1.txt.github_cache/template-files/success/file1.txt
      • ✅ (used) stub1.txt
      • ✅ (used) stub2.txt
      • ❌ (missing) stub3.txt
    • ⚠️ file2.txt.github_cache/template-files/success/file2.txt
      • ✅ (used) stub2.txt
      • ❌ (missing) stub3.txt
      • 📚 (context) variable=value
      • ➕ (optional) optional=
Stub State Count
stub1.txt ✅ (used) 1
stub2.txt ✅ (used) 2
stub3.txt ❌ (missing) 2

Template Error

Warning

This is what the audit looks like when templating results in errors.

Templating Audit
  • 🔄 Fetching files from ./templates
    • file1.txt.github_cache/template-files/error/file1.txt
      • ✅ (used) stub1.txt
      • ✅ (used) stub2.txt
      • ❌ (missing) stub3.txt
    • ❌ Context missing file2.txt.github_cache/template-files/error/file2.txt
      • ✅ (used) stub2.txt
      • ❌ (missing) stub3.txt
      • ❌ (missing) variable=
      • ➕ (optional) optional=
Stub State Count
stub1.txt ✅ (used) 1
stub2.txt ✅ (used) 2
stub3.txt ❌ (missing) 2

Got 1 error(s)

@kenodegard kenodegard requested a review from jezdez March 4, 2025 16:45
@kenodegard kenodegard moved this from 🏗️ In Progress to 👀 In Review in 🔎 Review Mar 4, 2025
@@ -5,4 +5,4 @@ labels: ['type::bug', 'type::testing', 'source::auto']

The {{ workflow }} workflow failed on {{ date | date("YYYY-MM-DD HH:mm") }} UTC

Full run: {{ repo.html_url }}/actions/runs/{{ env.RUN_ID }}
Full run: https://github.com/{{ repo.owner }}/{{ repo.repo }}/actions/runs/{{ env.RUN_ID }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix for this incorrect URL:

Screenshot 2025-03-06 at 14 39 51

@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Approved in 🔎 Review Mar 10, 2025
@jezdez jezdez merged commit c1c8ebf into main Mar 10, 2025
8 checks passed
@jezdez jezdez deleted the bump-actions-cache branch March 10, 2025 15:46
@github-project-automation github-project-automation bot moved this from ✅ Approved to 🏁 Done in 🔎 Review Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🤖 Tests Failed (2025-03-06)
3 participants