Skip to content

Commit

Permalink
Merge pull request #15 from Ilyes512/dependabot/github_actions/Ilyes5…
Browse files Browse the repository at this point in the history
…12/github-actions-0.2.2

Bump Ilyes512/github-actions from 0.2.1 to 0.2.2
  • Loading branch information
Ilyes512 authored May 22, 2024
2 parents 741a61f + 8a17698 commit 4abd437
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
build:
uses: Ilyes512/github-actions/.github/workflows/[email protected].1
uses: Ilyes512/github-actions/.github/workflows/[email protected].2
strategy:
fail-fast: false
matrix:
Expand All @@ -39,7 +39,7 @@ jobs:
${{ matrix.os }}-buildx-${{ matrix.platform }}-${{ matrix.docker.key }}
merge:
uses: Ilyes512/github-actions/.github/workflows/[email protected].1
uses: Ilyes512/github-actions/.github/workflows/[email protected].2
needs: build
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
build:
uses: Ilyes512/github-actions/.github/workflows/[email protected].1
uses: Ilyes512/github-actions/.github/workflows/[email protected].2
strategy:
fail-fast: false
matrix:
Expand All @@ -39,7 +39,7 @@ jobs:
${{ matrix.os }}-buildx-${{ matrix.platform }}-${{ matrix.docker.key }}-main-
merge:
uses: Ilyes512/github-actions/.github/workflows/[email protected].1
uses: Ilyes512/github-actions/.github/workflows/[email protected].2
needs: build
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
build:
uses: Ilyes512/github-actions/.github/workflows/[email protected].1
uses: Ilyes512/github-actions/.github/workflows/[email protected].2
strategy:
fail-fast: false
matrix:
Expand All @@ -40,7 +40,7 @@ jobs:
${{ matrix.os }}-buildx-${{ matrix.platform }}-${{ matrix.docker.key }}-
merge:
uses: Ilyes512/github-actions/.github/workflows/[email protected].1
uses: Ilyes512/github-actions/.github/workflows/[email protected].2
needs: build
strategy:
matrix:
Expand Down

0 comments on commit 4abd437

Please sign in to comment.