From 56c68f84db59b7727b4aaf057fe350921862db70 Mon Sep 17 00:00:00 2001 From: Marc Bachmann Date: Wed, 10 Jul 2024 17:23:05 +0200 Subject: [PATCH] chore: Update to eslint v9.6.0 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 36fb7a4c..e6ecf280 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ clone: steps: - name: eslint - image: marcbachmann/eslint:9.1.1 + image: marcbachmann/eslint:9.6.0 environment: GH_TOKEN: from_secret: GH_TOKEN @@ -53,6 +53,6 @@ trigger: event: [push, tag, pull_request] --- kind: signature -hmac: da3c74532ef15d34138bf9d3a14261332a0cf67ad6f611f02c3ae3841b6005a2 +hmac: 422e79440c83c35aa3e2e912fe0014679282a9328c1bd0abfc9c6fcf5a9ce1eb ...