Skip to content

Commit 36ef21c

Browse files
authored
Merge pull request #3503 from DMPRoadmap/aaron/fix-eslint-workflow
Fix failing eslint workflow / upgrade `actions/checkout` & `actions/setup-node` to v3
2 parents e5fc72b + d30f7be commit 36ef21c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
# Checkout the repo
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
# Install Node
15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v3
1616
with:
1717
cache: 'yarn'
1818
node-version: 18

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
- Fix failing eslint workflow / upgrade `actions/checkout` & `actions/setup-node` to v3 [#3503](https://github.com/DMPRoadmap/roadmap/pull/3503)
4+
35
## v5.0.0
46

57
- Updated app to Rails 7 [#3426](https://github.com/DMPRoadmap/roadmap/pull/3426), [#3496](https://github.com/DMPRoadmap/roadmap/pull/3496)

0 commit comments

Comments
 (0)