Skip to content

Commit 8351fc6

Browse files
Merge pull request #1765 from InformaticsMatters/dev
merge dev to master
2 parents 35175aa + 493084b commit 8351fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
release_sha: ${{ steps.release-sha.outputs.sha }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232

@@ -55,7 +55,7 @@ jobs:
5555
private-key: ${{ secrets.APP_PRIVATE_KEY }}
5656

5757
- name: Semantic Release
58-
uses: cycjimmy/semantic-release-action@v4
58+
uses: cycjimmy/semantic-release-action@v6
5959
id: semantic
6060
env:
6161
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)