generated from ut-issl/repository-template
-
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
Update arkedge/workflows-c2a action to v5 - autoclosed #260
Closed
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
renovate
bot
requested review from
200km,
suzuki-toshihir0,
t-hosonuma and
conjikidow
and removed request for
a team
December 20, 2023 06:09
sksat
reviewed
Dec 21, 2023
.github/workflows/c2a.yml
Outdated
@@ -10,4 +10,4 @@ on: | |||
jobs: | |||
c2a: | |||
name: C2A | |||
uses: arkedge/workflows-c2a/.github/workflows/default.yml@v4.5.3 | |||
uses: arkedge/workflows-c2a/.github/workflows/default.yml@v5.0.0 |
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.
このバージョンから c2a-core v4 をデフォルトでは想定することになったため,default-v3.yml
に移行する必要があります.
Suggested change
uses: arkedge/workflows-c2a/.github/workflows/[email protected] | |
uses: arkedge/workflows-c2a/.github/workflows/default-v3[email protected] |
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
2 times, most recently
from
January 17, 2024 18:38
3b01444
to
0eb332a
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
2 times, most recently
from
January 29, 2024 08:47
74ee572
to
b6e0def
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
from
February 1, 2024 10:14
b6e0def
to
9f1e464
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
3 times, most recently
from
February 15, 2024 13:26
d6da1a2
to
8247a1e
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
from
March 13, 2024 08:52
8247a1e
to
8d3df72
Compare
renovate
bot
changed the title
Update arkedge/workflows-c2a action to v5
chore(deps): update arkedge/workflows-c2a action to v5
Mar 13, 2024
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
3 times, most recently
from
April 9, 2024 12:11
ae44a48
to
eb9e1ab
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
from
April 17, 2024 00:12
eb9e1ab
to
c4473be
Compare
renovate
bot
changed the title
chore(deps): update arkedge/workflows-c2a action to v5
Update arkedge/workflows-c2a action to v5
Apr 17, 2024
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
3 times, most recently
from
May 8, 2024 03:03
802f52e
to
08bcad7
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
4 times, most recently
from
May 10, 2024 15:31
bdd02b5
to
9a833ff
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
4 times, most recently
from
May 17, 2024 02:57
100ba14
to
2023f74
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
10 times, most recently
from
May 25, 2024 03:45
e52a33b
to
57cfb75
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
3 times, most recently
from
May 29, 2024 01:40
cce0c87
to
f4eb7f5
Compare
renovate
bot
force-pushed
the
renovate/arkedge-workflows-c2a-5.x
branch
from
May 29, 2024 15:29
f4eb7f5
to
52ddc97
Compare
renovate
bot
changed the title
Update arkedge/workflows-c2a action to v5
Update arkedge/workflows-c2a action to v5 - autoclosed
Jul 22, 2024
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:
v4.5.3
->v5.2.0
Release Notes
arkedge/workflows-c2a (arkedge/workflows-c2a)
v5.2.0
Compare Source
arkedge
organization 外で gh-federation を用いた checkout が機能していなかった問題を修正しましたWhat's Changed
Full Changelog: arkedge/workflows-c2a@v5.1.0...v5.2.0
v5.1.0
Compare Source
reviewdog version を明示的に指定することができるようになりました.
また,c2a-build のテストが reviewdog v0.17 系で落ちるという問題があったため,暫定的対処として reviewdog の default version を v0.16.0 としました.
What's Changed
Full Changelog: arkedge/workflows-c2a@v5.0.0...v5.1.0
v5.0.0
Compare Source
workflows-c2a v5.0.0
Breaking Changes
-v3
suffix の付いた workflow でサポートするようになりましたdefault.yml
を使用していた場合は,default-v3.yml
に移行する必要がありますbuild_as_cxx
をtrue
に設定して有効化してください.この option は default workflow でもサポートしています.build_as_cxx
option を使用してください.build_msvc
をtrue
に設定して有効化してください.この option は default workflow でもサポートしています.build_msvc
option を使用してください.What's Changed
Full Changelog: arkedge/workflows-c2a@v4.5.3...v5.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.