We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e00f3 commit f4ea5faCopy full SHA for f4ea5fa
.github/workflows/build-release-branch.yml
@@ -14,14 +14,10 @@ jobs:
14
name: "Update release branch"
15
runs-on: ubuntu-latest
16
steps:
17
- - name: Check out project
18
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19
-
20
- name: Set up Node
21
uses: actions/setup-node@v4
22
with:
23
node-version: 24
24
- cache: 'npm'
25
26
- name: Merge and build
27
uses: humanmade/hm-github-actions/.github/actions/build-to-release-branch@04c32a93e52ae987095f144105745a501d6207c8 # v0.2.0
0 commit comments