Skip to content

Commit

Permalink
Merge pull request #136 from arkedge/renovate/arkedge-workflows-c2a-4.x
Browse files Browse the repository at this point in the history
Update arkedge/workflows-c2a action to v4.5.1
  • Loading branch information
sksat authored Oct 12, 2023
2 parents e6a29f9 + 5977b8d commit e34b292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
mobc:
name: mobc
uses: arkedge/workflows-c2a/.github/workflows/build.yml@v4.4.0
uses: arkedge/workflows-c2a/.github/workflows/build.yml@v4.5.1
with:
c2a_dir: examples/mobc
c2a_custom_setup: |
Expand All @@ -25,7 +25,7 @@ jobs:
subobc:
name: subobc
uses: arkedge/workflows-c2a/.github/workflows/build.yml@v4.4.0
uses: arkedge/workflows-c2a/.github/workflows/build.yml@v4.5.1
with:
c2a_dir: examples/subobc
c2a_custom_setup: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_coding_rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
user:
- mobc
- subobc
uses: arkedge/workflows-c2a/.github/workflows/check-coding-rule-v4.yml@v4.4.0
uses: arkedge/workflows-c2a/.github/workflows/check-coding-rule-v4.yml@v4.5.1
with:
c2a_dir: examples/${{ matrix.user }}
c2a_custom_setup: |
Expand Down

0 comments on commit e34b292

Please sign in to comment.