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 ff2e736 commit 5643b5dCopy full SHA for 5643b5d
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
version: ${{ steps.semver.outputs.SCRATCH_VERSION }}
26
hash: ${{ steps.semver.outputs.SCRATCH_HASH }}
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
- uses: actions/setup-node@v3
30
with:
31
cache: 'npm'
@@ -82,7 +82,7 @@ jobs:
82
# uses: lhotari/action-upterm@v1
83
# with:
84
# limit-access-to-users: cwillisf
85
86
- uses: actions/download-artifact@v3
87
88
name: semantic-release-remote
0 commit comments