Skip to content

Commit

Permalink
Merge pull request #4 from waldiez/dev
Browse files Browse the repository at this point in the history
update gh actions
  • Loading branch information
lazToum authored Oct 23, 2024
2 parents 0a2b4e0 + 759458d commit c82d9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create GitHub release
uses: Roang-zero1/github-create-release-action@v3
with:
Expand Down

0 comments on commit c82d9d0

Please sign in to comment.