Skip to content

Commit

Permalink
Upgrade actions/cache from version 3.3.1 to version 4.0.2 in code_rev…
Browse files Browse the repository at this point in the history
…iew workflow
  • Loading branch information
marcobottaro committed Mar 3, 2025
1 parent 59c27d3 commit ff20b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: npm run compile

- name: Store in cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@4fedf471b11ad74a9b78ac99e8e042ee998eb8ec # v4.0.2
id: restore-build
with:
path: ./*
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- name: Restore cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@4fedf471b11ad74a9b78ac99e8e042ee998eb8ec # v4.0.2
id: restore-build
with:
path: ./*
Expand All @@ -96,7 +96,7 @@ jobs:

steps:
- name: Restore cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@4fedf471b11ad74a9b78ac99e8e042ee998eb8ec # v4.0.2
id: restore-build
with:
path: ./*
Expand Down

0 comments on commit ff20b25

Please sign in to comment.