Skip to content

Commit

Permalink
update .github
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Apr 8, 2024
1 parent 49e4d32 commit 1fcc625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -23,7 +23,7 @@ jobs:
make BRANCH=HEAD
- name: "Create release"
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: false
generate_release_notes: true
Expand Down

0 comments on commit 1fcc625

Please sign in to comment.