We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5fc72b + d30f7be commit 36ef21cCopy full SHA for 36ef21c
.github/workflows/eslint.yml
@@ -9,10 +9,10 @@ jobs:
9
10
steps:
11
# Checkout the repo
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
14
# Install Node
15
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
16
with:
17
cache: 'yarn'
18
node-version: 18
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+- Fix failing eslint workflow / upgrade `actions/checkout` & `actions/setup-node` to v3 [#3503](https://github.com/DMPRoadmap/roadmap/pull/3503)
4
+
5
## v5.0.0
6
7
- Updated app to Rails 7 [#3426](https://github.com/DMPRoadmap/roadmap/pull/3426), [#3496](https://github.com/DMPRoadmap/roadmap/pull/3496)
0 commit comments