Skip to content

Commit

Permalink
chore(ci): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaans committed Oct 17, 2024
1 parent 01d2230 commit 6617690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
# this assumes that you have created a personal access token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- target: x86_64-apple-darwin
archive: zip
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.4
env:
Expand Down

0 comments on commit 6617690

Please sign in to comment.