Skip to content

Commit 1d5f58d

Browse files
committed
fix build failure
1 parent ca1144e commit 1d5f58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-climate-coverage-aggregation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Create, format and upload Javascript coverage artifact
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v2
2020

2121
# Get Code Climate binary
2222
- name: Download Code Climate Binary
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Implement Caching Action for Yarn Project
6565
- name: Cache node modules
66-
uses: actions/cache@v2
66+
uses: actions/cache@v4
6767
env:
6868
cache-name: cache-node-modules
6969
with:

0 commit comments

Comments
 (0)