Skip to content

Commit 8809e01

Browse files
fix(deps): update dependency @actions/core to v3
1 parent 4df8792 commit 8809e01

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/actions/file-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"dependencies": {
2525
"@actions/artifact": "2.3.2",
26-
"@actions/core": "1.11.1",
26+
"@actions/core": "3.0.0",
2727
"@actions/github": "6.0.1",
2828
"@actions/glob": "0.6.1",
2929
"diff": "8.0.3",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,7 @@ __metadata:
2525
languageName: node
2626
linkType: hard
2727

28-
"@actions/core@npm:1.11.1, @actions/core@npm:^1.10.0":
29-
version: 1.11.1
30-
resolution: "@actions/core@npm:1.11.1"
31-
dependencies:
32-
"@actions/exec": "npm:^1.1.1"
33-
"@actions/http-client": "npm:^2.0.1"
34-
checksum: 10c0/9aa30b397d8d0dbc74e69fe46b23fb105cab989beb420c57eacbfc51c6804abe8da0f46973ca9f639d532ea4c096d0f4d37da0223fbe94f304fa3c5f53537c30
35-
languageName: node
36-
linkType: hard
37-
38-
"@actions/core@npm:^3.0.0":
28+
"@actions/core@npm:3.0.0, @actions/core@npm:^3.0.0":
3929
version: 3.0.0
4030
resolution: "@actions/core@npm:3.0.0"
4131
dependencies:
@@ -45,6 +35,16 @@ __metadata:
4535
languageName: node
4636
linkType: hard
4737

38+
"@actions/core@npm:^1.10.0":
39+
version: 1.11.1
40+
resolution: "@actions/core@npm:1.11.1"
41+
dependencies:
42+
"@actions/exec": "npm:^1.1.1"
43+
"@actions/http-client": "npm:^2.0.1"
44+
checksum: 10c0/9aa30b397d8d0dbc74e69fe46b23fb105cab989beb420c57eacbfc51c6804abe8da0f46973ca9f639d532ea4c096d0f4d37da0223fbe94f304fa3c5f53537c30
45+
languageName: node
46+
linkType: hard
47+
4848
"@actions/exec@npm:^1.1.1":
4949
version: 1.1.1
5050
resolution: "@actions/exec@npm:1.1.1"
@@ -5308,7 +5308,7 @@ __metadata:
53085308
resolution: "@spectrum-tools/gh-action-file-diff@workspace:.github/actions/file-diff"
53095309
dependencies:
53105310
"@actions/artifact": "npm:2.3.2"
5311-
"@actions/core": "npm:1.11.1"
5311+
"@actions/core": "npm:3.0.0"
53125312
"@actions/github": "npm:6.0.1"
53135313
"@actions/glob": "npm:0.6.1"
53145314
diff: "npm:8.0.3"

0 commit comments

Comments
 (0)