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") {