diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa43e829..8d23d89b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Get npm cache directory id: npm-cache-dir run: | - echo "::set-output name=dir::$(npm config get cache)" + echo "dir=$(npm config get cache)" >> $GITHUB_ENV - uses: actions/cache@v3 # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true' id: npm-cache diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c7efe57b..eddf0b56 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -187,11 +187,14 @@ Changed * Hungarian +* Replace deprecated `set-output` in `ci.yml` (#468) + Fixed ~~~~~ * JOSM remote control was not working because it was trying to be accessed as https://localhost:8111/. Switch to HTTP. -* Fix `yamlToJson.mjs` + +* Fix `yamlToJson.mjs` (#468) v3.8.0_ - 2022-05-18 --------------------