We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951ef79 commit 1290bddCopy full SHA for 1290bdd
src/index.ts
@@ -1,6 +1,6 @@
1
-import * as fs from 'fs';
2
-import * as https from 'https';
3
-import * as path from 'path';
+import * as fs from 'node:fs';
+import * as https from 'node:https';
+import * as path from 'node:path';
4
5
import * as exec from '@actions/exec';
6
src/validate.ts
@@ -1,7 +1,7 @@
-import * as crypto from 'crypto';
+import * as crypto from 'node:crypto';
import * as gpg from 'gpg';
import * as core from '@actions/core';
7
import {request} from 'undici';
0 commit comments