From 0e1e5daf3b74b75ba30c15db7bc969edced9e72b Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 26 Sep 2023 01:28:40 -0600 Subject: [PATCH] Remove Dependabot badge in `README.md` (#166) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b96ef61..27d927e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # setup-julia Action [![CodeQL](https://github.com/julia-actions/setup-julia/workflows/CodeQL/badge.svg)](https://securitylab.github.com/tools/codeql) -[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=julia-actions/setup-julia)](https://dependabot.com) This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.