-
Notifications
You must be signed in to change notification settings - Fork 3
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(deps): update easimon/maximize-build-space action to v10 #164
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate-easimon-maximize-build-space-10.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
Libraries: OK
Libraries: Out of sync
and removed
Libraries: OK
labels
Dec 10, 2023
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
December 11, 2023 16:39
9476d94
to
f06b774
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
February 9, 2024 10:13
f06b774
to
828433c
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
March 11, 2024 09:42
828433c
to
0d22bce
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
April 8, 2024 11:10
0d22bce
to
578eb42
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
April 16, 2024 10:07
578eb42
to
1718688
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
April 29, 2024 13:38
1718688
to
8c6dff5
Compare
github-actions
bot
added
Libraries: OK
Libraries: Out of sync
and removed
Libraries: Out of sync
Libraries: OK
labels
Apr 29, 2024
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
May 8, 2024 18:00
8c6dff5
to
b0eef15
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
May 28, 2024 07:42
b0eef15
to
ff6ef55
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
3 times, most recently
from
June 17, 2024 07:06
546c365
to
4b9be97
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
4 times, most recently
from
June 21, 2024 13:45
951576b
to
b9c8cdb
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
3 times, most recently
from
June 28, 2024 13:34
80fa5ac
to
59124da
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
3 times, most recently
from
July 9, 2024 10:54
2a832bc
to
73dad97
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
3 times, most recently
from
July 15, 2024 11:49
5a832cb
to
b98d14f
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
5 times, most recently
from
July 30, 2024 11:13
dbf302c
to
f2f1abb
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
August 6, 2024 07:40
f2f1abb
to
c548ca2
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
August 20, 2024 13:31
c548ca2
to
09b2606
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
September 6, 2024 13:49
09b2606
to
c40c76f
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
September 16, 2024 12:18
c40c76f
to
5a93fc5
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
September 24, 2024 12:57
5a93fc5
to
e103cb6
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
3 times, most recently
from
December 5, 2024 10:33
bcc1e0c
to
0bde798
Compare
renovate
bot
force-pushed
the
renovate-easimon-maximize-build-space-10.x
branch
from
December 9, 2024 10:49
0bde798
to
fdb8a88
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7
->v10
Release Notes
easimon/maximize-build-space (easimon/maximize-build-space)
v10
: Fix: Build Mount folder OwnershipCompare Source
What's Changed
runner
) againFull Changelog: easimon/maximize-build-space@v9...v10
v9
: Allow build mount path to be a parent of $GITHUB_WORKSPACECompare Source
This release adds support for mounting the build volume over a parent folder of
$GITHUB_WORKSPACE
.Previously, doing so would remove/shadow the current working directory, and make any later actions/steps fail.
New features:
$GITHUB_WORKSPACE
afterwards if missing, so following actions have a working directory to start from.v8
: Ensure mount point directory exists, allow custom ownershipCompare Source
user:group
, defaults torunner:runner
, which is the default github actions user/group)Thanks to @dawidd6 for the contribution!
Configuration
📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.