Skip to content

Commit f4ea5fa

Browse files
committed
Remove duplicate "checkout" step in build action
1 parent d9e00f3 commit f4ea5fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-release-branch.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ jobs:
1414
name: "Update release branch"
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Check out project
18-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19-
2017
- name: Set up Node
2118
uses: actions/setup-node@v4
2219
with:
2320
node-version: 24
24-
cache: 'npm'
2521

2622
- name: Merge and build
2723
uses: humanmade/hm-github-actions/.github/actions/build-to-release-branch@04c32a93e52ae987095f144105745a501d6207c8 # v0.2.0

0 commit comments

Comments
 (0)