We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b171d4 commit 41f4821Copy full SHA for 41f4821
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
pull-requests: write
14
steps:
15
- name: checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
with:
18
ssh-key: "${{ secrets.COMMIT_KEY }}"
19
- name: Semantic Release
action.yml
@@ -28,11 +28,11 @@ runs:
28
using: "composite"
29
30
- name: checkout with github token
31
32
if: ${{ inputs.checkout-deploy-key == '' }}
33
34
- name: checkout with deploy key
35
36
37
ssh-key: "${{ inputs.checkout-deploy-key }}"
38
if: ${{ inputs.checkout-deploy-key != '' }}
0 commit comments