Skip to content

Commit d643ca1

Browse files
authored
Merge pull request #51 from fox-forks/hyperupcall-version-fix
Update some version numbers
2 parents d085674 + d905842 commit d643ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747

4848
steps:
49-
- uses: actions/checkout@v1
49+
- uses: actions/checkout@v4
5050
- name: Run Codeowners merge check
5151
uses: OSS-Docs-Tools/[email protected]
5252
env:

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const {readFileSync} = require("fs");
77

88
// Effectively the main function
99
async function run() {
10-
core.info("Running version 1.6.5")
10+
core.info("Running version 1.6.7")
1111

1212
// Tell folks they can merge
1313
if (context.eventName === "pull_request_target") {

0 commit comments

Comments
 (0)