Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
94b8944
update to node24
salmanmkc Jul 24, 2025
7e364f2
update licences
salmanmkc Aug 6, 2025
941dee2
Merge branch 'main' into pr/1630
salmanmkc Aug 13, 2025
d669358
license and compiled
salmanmkc Aug 13, 2025
99f8402
Approve license
salmanmkc Aug 13, 2025
5868a9c
Update cache to use local cache package and Node 24 support
salmanmkc Sep 29, 2025
e922604
Merge main branch and resolve conflicts
salmanmkc Sep 29, 2025
4803712
Build dist files for Node 24
salmanmkc Oct 15, 2025
5650dc9
chore: rebuild dist with local @actions/cache (core v2, exec v2)
salmanmkc Dec 9, 2025
b24583c
chore: use local @actions/core, exec, io packages
salmanmkc Dec 9, 2025
aa3f06a
Build with @actions/cache v5.0.0
salmanmkc Dec 9, 2025
249f0e6
Use published @actions/core, exec, io v2.0.0
salmanmkc Dec 9, 2025
a9d8a74
chore: rebuild with @actions/cache v5.0.0
salmanmkc Dec 10, 2025
d3cff5b
Update with core 2.0.1 which has exec 2.0.0
salmanmkc Dec 11, 2025
df217ff
chore: update @actions/core to 2.0.1
salmanmkc Dec 11, 2025
26b91af
Latest dist with core changes
salmanmkc Dec 11, 2025
0062e4c
Extra dist change
salmanmkc Dec 11, 2025
a5b3645
chore: use published @actions/cache v5.0.0
salmanmkc Dec 11, 2025
76fc20e
chore: update license cache for @actions/cache v5.0.0
salmanmkc Dec 11, 2025
6b1bb4d
chore: rebuild dist with @actions/cache v5.0.0
salmanmkc Dec 11, 2025
1285d7d
chore: update actions/checkout to v5 in workflow files
salmanmkc Dec 11, 2025
8070f19
chore: bump version to 5.0.0 for Node.js 24 support
salmanmkc Dec 11, 2025
fe92eaf
docs: update README with v5 release notes
salmanmkc Dec 11, 2025
3b0346c
Revert "docs: update README with v5 release notes"
salmanmkc Dec 11, 2025
1513bf9
chore: revert README to main branch state
salmanmkc Dec 11, 2025
5267c61
chore: set version to 4.3.0 for prepare release PR
salmanmkc Dec 11, 2025
70a5ee3
chore: rebuild dist with version 4.3.0
salmanmkc Dec 11, 2025
94a1e4b
chore: regenerate package-lock.json
salmanmkc Dec 11, 2025
5bb537b
undo readme changes
salmanmkc Dec 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: "20.x"
node-version: "24.x"
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-immutable-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checking out
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Publish
id: publish
uses: actions/[email protected]
14 changes: 7 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/checkout@v5
- name: Setup Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 24.x
cache: npm
- run: npm ci
- name: Prettier Format Check
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Generate files in working directory
shell: bash
run: __tests__/create-cache-files.sh ${{ runner.os }} test-cache
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Restore cache
uses: ./
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
https_proxy: http://squid-proxy:3128
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Generate files
run: __tests__/create-cache-files.sh proxy test-cache
- name: Save cache
Expand All @@ -119,7 +119,7 @@ jobs:
https_proxy: http://squid-proxy:3128
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Restore cache
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/cache.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .licenses/npm/@actions/core-2.0.1.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .licenses/npm/@actions/exec-2.0.0.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@actions/glob.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .licenses/npm/@actions/http-client-3.0.0.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .licenses/npm/@azure/core-auth.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@azure/core-lro.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@azure/core-paging.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .licenses/npm/@azure/core-rest-pipeline.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading