projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b60dba
)
Migrate the GitHub Actions to v4
author
Alexander Ebert
<ebert@woltlab.com>
Wed, 21 Aug 2024 08:39:13 +0000
(10:39 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Wed, 21 Aug 2024 08:39:13 +0000
(10:39 +0200)
.github/workflows/codestyle.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/codestyle.yml
b/.github/workflows/codestyle.yml
index 2cfdd1b7e488bf2c4fbdb90057d13ab457e7a398..05179692cffc2d68f3dcfd53dc668930187830d8 100644
(file)
--- a/
.github/workflows/codestyle.yml
+++ b/
.github/workflows/codestyle.yml
@@
-31,7
+31,7
@@
jobs:
steps:
- uses: actions/checkout@v4
- name: Set up node.js
- uses: actions/setup-node@v
3
+ uses: actions/setup-node@v
4
with:
node-version: "18"
cache: "npm"
@@
-51,7
+51,7
@@
jobs:
steps:
- uses: actions/checkout@v4
- name: Set up node.js
- uses: actions/setup-node@v
3
+ uses: actions/setup-node@v
4
with:
node-version: "18"
cache: "npm"