From ef220abc6e782bdaec355170e3686323b3b8db81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 05:13:38 +0000 Subject: [PATCH] build(deps): bump trailofbits/.github from 0.1.1 to 0.1.2 Bumps [trailofbits/.github](https://github.com/trailofbits/.github) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/trailofbits/.github/releases) - [Commits](https://github.com/trailofbits/.github/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: trailofbits/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a02a583..079fa48 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,14 +9,14 @@ on: jobs: lint-source: name: Lint Python - uses: trailofbits/.github/.github/workflows/lint.yml@v0.1.1 + uses: trailofbits/.github/.github/workflows/lint.yml@v0.1.2 with: language: python python-version: "3.8" lint-md: name: Lint Markdown - uses: trailofbits/.github/.github/workflows/lint.yml@v0.1.1 + uses: trailofbits/.github/.github/workflows/lint.yml@v0.1.2 with: language: markdown