We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d085674 + d905842 commit d643ca1Copy full SHA for d643ca1
README.md
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
48
steps:
49
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
50
- name: Run Codeowners merge check
51
uses: OSS-Docs-Tools/[email protected]
52
env:
index.js
@@ -7,7 +7,7 @@ const {readFileSync} = require("fs");
7
8
// Effectively the main function
9
async function run() {
10
- core.info("Running version 1.6.5")
+ core.info("Running version 1.6.7")
11
12
// Tell folks they can merge
13
if (context.eventName === "pull_request_target") {
0 commit comments