diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index eaab3a98ec..a3aa258eae 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -9,10 +9,10 @@ jobs: steps: # Checkout the repo - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Install Node - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: cache: 'yarn' node-version: 18 diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ff8b632c..e58e567201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +- Fix failing eslint workflow / upgrade `actions/checkout` & `actions/setup-node` to v3 [#3503](https://github.com/DMPRoadmap/roadmap/pull/3503) + ## v5.0.0 - Updated app to Rails 7 [#3426](https://github.com/DMPRoadmap/roadmap/pull/3426), [#3496](https://github.com/DMPRoadmap/roadmap/pull/3496)