From: Jan Macku Date: Mon, 22 Aug 2022 10:45:12 +0000 (+0200) Subject: ci: Drop `actions/setup-node` - unused X-Git-Tag: v252-rc1~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d59b0470a971653425a8fcaf85a313d9e9225bc;p=thirdparty%2Fsystemd.git ci: Drop `actions/setup-node` - unused In `issue_labeler.yml` is no need for node.js runtime (`actions/setup-node`). It was accidentally added by `copy & paste` from another workflow. --- diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 094f72c4b97..3a7b0d044ca 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -22,10 +22,6 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 - with: - node-version: '16' - - name: Parse issue form uses: stefanbuck/github-issue-parser@fc06b2a0adc5ccb7702ab6b641fd8a742a5e9cc0 id: issue-parser