Skip to content

Commit 32c2c90

Browse files
authored
Merge pull request #157 from cloud-atlas-ai/release/1.8.3.1
chore: update GitHub Actions to use latest checkout and setup-node ac…
2 parents d9a9545 + abf29ce commit 32c2c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
contents: write
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: '22.x'
2424
cache: 'npm'
25+
cache-dependency-path: package-lock.json
2526
- name: Install dependencies
2627
run: npm install
2728
- name: Create and push a tag

0 commit comments

Comments
 (0)