diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index f47aebf..99431f0 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu", "macos"] - version: ["latest", "11.1.0", "11.0.1", "11.0.0", "10.0.1", "10.0.0"] + version: ["latest", "11.2.0", "11.1.0", "11.0.1", "11.0.0", "10.0.1"] runs-on: ${{ matrix.os }}-latest steps: - name: Checkout ${{ github.repository }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af3af4b..dd70cb4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: detect-secrets stages: ["commit", "push"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.20.0 + rev: v8.21.0 hooks: - id: gitleaks stages: ["commit", "push"] diff --git a/README.md b/README.md index 85bb650..18babad 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ action: - uses: fabasoad/setup-mark-action@v1 with: # (Optional) mark version. Defaults to "latest". - version: "11.1.0" + version: "11.2.0" ``` ## Outputs