Skip to content

Commit d522300

Browse files
Merge pull request #2116 from skalenetwork/fix-nightly-tests
update workflows
2 parents b16f2f0 + 6a2af20 commit d522300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-all.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
ref: ${{ inputs.branch_name }}
4141
- name: Cache apt packages
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4.2.0
4343
with:
4444
path: |
4545
/var/cache/apt/archives
@@ -109,7 +109,7 @@ jobs:
109109
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
110110
message("::set-output name=timestamp::${current_date}")
111111
- name: Ccache cache files
112-
uses: actions/cache@v1.1.0
112+
uses: actions/cache@v4.2.0
113113
with:
114114
path: .ccache
115115
key: ${ { matrix.config.name } }-ccache-${ { steps.ccache_cache_timestamp.outputs.timestamp } }

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: checkout
3232
uses: actions/checkout@v2
3333
- name: Cache apt packages
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4.2.0
3535
with:
3636
path: |
3737
/var/cache/apt/archives

0 commit comments

Comments
 (0)