projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75238ae
)
Upgrade to `actions/checkout@v3`
author
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 9 Mar 2022 14:16:41 +0000
(15:16 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 9 Mar 2022 14:16:41 +0000
(15:16 +0100)
.github/workflows/javascript.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/javascript.yml
b/.github/workflows/javascript.yml
index 8680d36ac385537aee0186cedfe9ae59bdc0ba9c..88f8928d29f1e7cd310d3651b13e9fb628d140ee 100644
(file)
--- a/
.github/workflows/javascript.yml
+++ b/
.github/workflows/javascript.yml
@@
-39,7
+39,7
@@
jobs:
uses: actions/setup-node@v1
with:
node-version: "12"
- - uses: actions/checkout@v
2
+ - uses: actions/checkout@v
3
- run: npm i es5-validator debug --save-dev
- name: Remove files to be ignored
run: |