Skip to content
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

Update actions/cache to v3.3.3 #121

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

IanButterworth
Copy link
Member

@IanButterworth IanButterworth commented Apr 3, 2024

Ideally we can merge this as a patch release before #120

Fixes #119

As pointed out in #119 this was erroneously left in #71 on a commit that had dependencies updated that didn't correspond with a actions/cache release.

@IanButterworth
Copy link
Member Author

@omus are we happy taking green CI as enough here?

Apologies for letting that commit slip in (#119)

@@ -115,7 +115,7 @@ runs:
env:
MATRIX_JSON: ${{ toJSON(matrix) }}

- uses: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
Copy link
Member

Choose a reason for hiding this comment

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

Just a note for people following along. Dependabot will automatically update this human-readable version number in future Dependabot PRs.

@IanButterworth IanButterworth merged commit 8b63b4a into main Apr 4, 2024
19 checks passed
@IanButterworth IanButterworth deleted the IanButterworth-patch-1 branch April 4, 2024 23:46
@IanButterworth
Copy link
Member Author

I'll hold off a release until tomorrow incase you have further testing you'd want to do @omus

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.

Why are we using this specific commit of actions/cache?
2 participants