Skip to content

Commit c5606dc

Browse files
chore: update frontend workflow
Backport of flarum@356f976
1 parent 3a45ebc commit c5606dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ jobs:
116116
117117
steps:
118118
- name: Check out code
119-
uses: actions/checkout@v3
119+
uses: actions/checkout@v4
120120

121121
- name: Set up Node
122-
uses: actions/setup-node@v3
122+
uses: actions/setup-node@v4
123123
with:
124124
node-version: ${{ inputs.node_version }}
125125
cache: ${{ inputs.js_package_manager }}

0 commit comments

Comments
 (0)