Skip to content

Commit

Permalink
Merge pull request #5 from tomphp/dependabot/github_actions/armakuni/…
Browse files Browse the repository at this point in the history
…github-actions-0.19.4

fix(deps): bump armakuni/github-actions from 0.19.3 to 0.19.4
  • Loading branch information
mergify[bot] authored Sep 9, 2024
2 parents 7490016 + 17aff69 commit 58e0489
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected].3
uses: armakuni/github-actions/.github/workflows/[email protected].4

test-checkout-rust-project:
uses: ./.github/workflows/test-checkout-rust-project.yml
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
if: github.ref == 'refs/heads/main'
needs:
- all-tests-succeeded
uses: armakuni/github-actions/.github/workflows/[email protected].3
uses: armakuni/github-actions/.github/workflows/[email protected].4
12 changes: 6 additions & 6 deletions .github/workflows/test-determine-binary-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
id: run-action
with:
name: my-binary
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check name
with:
expected: ${{ matrix.os.expected-name }}
actual: ${{ steps.run-action.outputs.name }}
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check name-with-arch
with:
expected: ${{ matrix.os.expected-name-with-arch }}
actual: ${{ steps.run-action.outputs.name-with-arch }}
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check suffix
with:
expected: ${{ matrix.os.expected-suffix }}
Expand Down Expand Up @@ -68,17 +68,17 @@ jobs:
linux-suffix: linux
windows-suffix: windows
macos-suffix: macos
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check name
with:
expected: ${{ matrix.os.expected-name }}
actual: ${{ steps.run-action.outputs.name }}
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check name-with-arch
with:
expected: ${{ matrix.os.expected-name-with-arch }}
actual: ${{ steps.run-action.outputs.name-with-arch }}
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check suffix
with:
expected: ${{ matrix.os.expected-suffix }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-determine-release-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
binary-name: my-binary
owner: example-org
repository: example-app
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check url
with:
expected: ${{ matrix.os.expected-url }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
linux-suffix: linux
windows-suffix: windows
macos-suffix: macos
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
name: Check url
with:
expected: ${{ matrix.os.expected-url }}
Expand Down

0 comments on commit 58e0489

Please sign in to comment.