Skip to content

Commit e62f272

Browse files
committed
ci: test
1 parent 5c45ad1 commit e62f272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout gh-repo
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set up JDK 17
2222
uses: actions/setup-java@v3
@@ -34,7 +34,7 @@ jobs:
3434
uses: ncipollo/release-action@v1
3535
with:
3636
tag: ${{ steps.tag_version.outputs.new_tag }}
37-
name: Release ${{ steps.tag_version.outputs.new_tag }}
37+
name: ${{ steps.tag_version.outputs.new_tag }}
3838
body: ${{ steps.tag_version.outputs.changelog }}
3939
# - name: Build
4040
# run: |

0 commit comments

Comments
 (0)