Skip to content

Commit 7e0e9b2

Browse files
committed
Fix failing eslint workflow / upgrade to v3
- This change is intended to fix the following GitHub Action failure: https://github.com/DMPRoadmap/roadmap/actions/runs/14087197077
1 parent e5fc72b commit 7e0e9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)