From d905842249a0cb4f98bec80047d4f461f046fe6f Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Fri, 21 Mar 2025 05:27:47 -0700 Subject: [PATCH] Update logged version --- README.md | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f7547c..cc83e3f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Run Codeowners merge check uses: OSS-Docs-Tools/code-owner-self-merge@1.6.7 env: diff --git a/index.js b/index.js index f818ee7..adbb3fb 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ const {readFileSync} = require("fs"); // Effectively the main function async function run() { - core.info("Running version 1.6.5") + core.info("Running version 1.6.7") // Tell folks they can merge if (context.eventName === "pull_request_target") {