@lage-run/cache-github-actions 0.1.22 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,58 @@
2
2
  "name": "@lage-run/cache-github-actions",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Nov 2024 08:12:07 GMT",
5
+ "date": "Thu, 17 Apr 2025 08:09:27 GMT",
6
+ "version": "0.1.24",
7
+ "tag": "@lage-run/cache-github-actions_v0.1.24",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "renovate@whitesourcesoftware.com",
12
+ "package": "@lage-run/cache-github-actions",
13
+ "commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
14
+ "comment": "Update backfill monorepo"
15
+ },
16
+ {
17
+ "author": "email not defined",
18
+ "package": "@lage-run/cache-github-actions",
19
+ "commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
20
+ "comment": "Update dependency workspace-tools to v0.38.3"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 02 Apr 2025 08:10:04 GMT",
27
+ "version": "0.1.23",
28
+ "tag": "@lage-run/cache-github-actions_v0.1.23",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "renovate@whitesourcesoftware.com",
33
+ "package": "@lage-run/cache-github-actions",
34
+ "commit": "54e957d6b93381285d67ff8c23e134770b7a1512",
35
+ "comment": "Update dependency @actions/cache to v3.3.0"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Sat, 29 Mar 2025 02:16:38 GMT",
42
+ "version": "0.1.22",
43
+ "tag": "@lage-run/cache-github-actions_v0.1.22",
44
+ "comments": {
45
+ "none": [
46
+ {
47
+ "author": "elcraig@microsoft.com",
48
+ "package": "@lage-run/cache-github-actions",
49
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
50
+ "comment": "Sync versions, and use workspace:^ versions for local deps"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Wed, 20 Nov 2024 08:12:37 GMT",
6
57
  "version": "0.1.22",
7
58
  "tag": "@lage-run/cache-github-actions_v0.1.22",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @lage-run/cache-github-actions
2
2
 
3
- <!-- This log was last generated on Wed, 20 Nov 2024 08:12:07 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 17 Apr 2025 08:09:27 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.24
8
+
9
+ Thu, 17 Apr 2025 08:09:27 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update backfill monorepo (renovate@whitesourcesoftware.com)
14
+ - Update dependency workspace-tools to v0.38.3 (email not defined)
15
+
16
+ ## 0.1.23
17
+
18
+ Wed, 02 Apr 2025 08:10:04 GMT
19
+
20
+ ### Patches
21
+
22
+ - Update dependency @actions/cache to v3.3.0 (renovate@whitesourcesoftware.com)
23
+
7
24
  ## 0.1.22
8
25
 
9
- Wed, 20 Nov 2024 08:12:07 GMT
26
+ Wed, 20 Nov 2024 08:12:37 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cache-github-actions",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "description": "Github Action Cache for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,13 +16,13 @@
16
16
  "lint": "monorepo-scripts lint"
17
17
  },
18
18
  "dependencies": {
19
- "@actions/cache": "3.2.4",
20
- "backfill-config": "6.4.2",
21
- "backfill-logger": "5.2.1",
22
- "workspace-tools": "0.38.1"
19
+ "@actions/cache": "3.3.0",
20
+ "backfill-config": "6.6.0",
21
+ "backfill-logger": "5.3.0",
22
+ "workspace-tools": "0.38.3"
23
23
  },
24
24
  "devDependencies": {
25
- "@lage-run/monorepo-scripts": "*"
25
+ "@lage-run/monorepo-scripts": "^1.0.0"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"