Skip to content

Commit

Permalink
Update arkedge/workflows-c2a action to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent e6a29f9 commit 3bafab7
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.0
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.0
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.0
with:
c2a_dir: examples/${{ matrix.user }}
c2a_custom_setup: |
Expand Down

0 comments on commit 3bafab7

Please sign in to comment.