From 789b3dc82359317484e3b6f505815ebeed4ab4c6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Sep 2023 22:27:34 +0000
Subject: [PATCH] Bump super-linter/super-linter from 4.9.2 to 5.3.0

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 4.9.2 to 5.3.0.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v4.9.2...v5.3.0)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/black.yml  | 2 +-
 .github/workflows/linter.yml | 2 +-
 .github/workflows/pylint.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml
index 6017255b26..927aa1ea7b 100644
--- a/.github/workflows/black.yml
+++ b/.github/workflows/black.yml
@@ -42,7 +42,7 @@ jobs:
           cp pyproject.toml .github/linters
 
       - name: Black
-        uses: super-linter/super-linter/slim@v4.9.2
+        uses: super-linter/super-linter/slim@v5.3.0
         if: always()
         env:
           # run linter on everything to catch preexisting problems
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 5415b6d1be..ef47163b00 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -45,7 +45,7 @@ jobs:
           echo "::add-matcher::.github/workflows/matchers/yamllint.json"
 
       - name: Lint everything else
-        uses: super-linter/super-linter/slim@v4.9.2
+        uses: super-linter/super-linter/slim@v5.3.0
         if: always()
         env:
           # run linter on everything to catch preexisting problems
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index 7e990371ff..67d4fe53e8 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -43,7 +43,7 @@ jobs:
           echo "::add-matcher::.github/workflows/matchers/pylint.json"
 
       - name: Pylint
-        uses: super-linter/super-linter/slim@v4.9.2
+        uses: super-linter/super-linter/slim@v5.3.0
         if: always()
         env:
           # Run linters only on new files for pylint to speed up the CI