-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: update buildjet/cache #431
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go!
@@ -95,7 +95,7 @@ jobs: | |||
|
|||
steps: | |||
- name: Restore context | |||
uses: buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3 | |||
uses: buildjet/cache/save@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should have been restore 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
@@ -94,7 +94,7 @@ jobs: | |||
|
|||
steps: | |||
- name: Restore cached git repository | |||
uses: buildjet/cache@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3 | |||
uses: buildjet/cache/save@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess here it's also wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aaaand we didn't fix this one too 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
#431 (comment) Signed-off-by: John Molakvoæ <[email protected]>
@SystemKeeper @susnux