Skip to content

Commit e3ad1d4

Browse files
committed
Update CI workflow to use latest versions of checkout and setup-node actions
1 parent 9f777d6 commit e3ad1d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v5
1515
with:
1616
ref: ${{ github.ref }}
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v6
2020
with:
21-
node-version: ">=14"
2221
check-latest: true
2322

2423
- name: Install Salesforce CLI + Scanner

0 commit comments

Comments
 (0)