Skip to content

Commit 00c994b

Browse files
committed
Revert updateKeyRing, GitHub Action has been updated
1 parent 0a175a3 commit 00c994b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ const run = async () => {
579579
// if (fs.existsSync(bad)) { fs.renameSync(bad, `${bad}_`) }
580580
// })
581581

582-
// await updateKeyRing('r21.b39fb11-1')
582+
// await updateKeyRing('1~20210213-1')
583583

584584
if (mingw !== '' || msys2 !== '') {
585585
if (ruby.abiVers >= '2.4.0') {
@@ -652,7 +652,7 @@ const fs = __webpack_require__(747)
652652
const core = __webpack_require__(948)
653653

654654
// , updateKeyRing
655-
const { execSync, grpSt, grpEnd, getInput, updateKeyRing } = __webpack_require__(734)
655+
const { execSync, grpSt, grpEnd, getInput } = __webpack_require__(734)
656656

657657
// group start time
658658
let msSt
@@ -669,7 +669,7 @@ const setRuby = (_ruby) => { ruby = _ruby } // eslint-disable-line no-unused-var
669669
const run = async () => {
670670
try {
671671
if (mswin !== '') {
672-
await updateKeyRing('1~20210213-1')
672+
// await updateKeyRing('1~20210213-1')
673673

674674
if (mingw.includes('ragel') && !mswin.includes('ragel')) {
675675
mswin += ' mingw-w64-x86_64-ragel'

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ruby-pkgs",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"description": "Install packages and update builds tools for Ruby",
55
"main": "index.js",
66
"scripts": {

mingw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const run = async () => {
204204
// if (fs.existsSync(bad)) { fs.renameSync(bad, `${bad}_`) }
205205
// })
206206

207-
// await updateKeyRing('r21.b39fb11-1')
207+
// await updateKeyRing('1~20210213-1')
208208

209209
if (mingw !== '' || msys2 !== '') {
210210
if (ruby.abiVers >= '2.4.0') {

mswin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const fs = require('fs')
44
const core = require('@actions/core')
55

66
// , updateKeyRing
7-
const { execSync, grpSt, grpEnd, getInput, updateKeyRing } = require('./common')
7+
const { execSync, grpSt, grpEnd, getInput } = require('./common')
88

99
// group start time
1010
let msSt
@@ -21,7 +21,7 @@ export const setRuby = (_ruby) => { ruby = _ruby } // eslint-disable-line no-unu
2121
export const run = async () => {
2222
try {
2323
if (mswin !== '') {
24-
await updateKeyRing('1~20210213-1')
24+
// await updateKeyRing('1~20210213-1')
2525

2626
if (mingw.includes('ragel') && !mswin.includes('ragel')) {
2727
mswin += ' mingw-w64-x86_64-ragel'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ruby-pkgs",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"description": "Install packages and update builds tools for Ruby",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)