mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-06-30 00:28:54 +00:00
upgrade module to esm so I can update dependencies
This commit is contained in:
parent
537c7ef99c
commit
92a02296ed
56 changed files with 29266 additions and 24103 deletions
|
|
@ -5,12 +5,12 @@ import * as fs from 'fs'
|
|||
import * as io from '@actions/io'
|
||||
import * as os from 'os'
|
||||
import * as path from 'path'
|
||||
import * as regexpHelper from './regexp-helper'
|
||||
import * as stateHelper from './state-helper'
|
||||
import * as urlHelper from './url-helper'
|
||||
import * as regexpHelper from './regexp-helper.js'
|
||||
import * as stateHelper from './state-helper.js'
|
||||
import * as urlHelper from './url-helper.js'
|
||||
import {randomUUID} from 'crypto'
|
||||
import {IGitCommandManager} from './git-command-manager'
|
||||
import {IGitSourceSettings} from './git-source-settings'
|
||||
import {IGitCommandManager} from './git-command-manager.js'
|
||||
import {IGitSourceSettings} from './git-source-settings.js'
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32'
|
||||
const SSH_COMMAND_KEY = 'core.sshCommand'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue