Skip to content

Commit d56e987

Browse files
authored
Merge pull request #512 from 2pk03/main
changed actions/cache to v4
2 parents 6f85a87 + 11e1244 commit d56e987

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
distribution: 'adopt'
4848
- name: Install Protoc
4949
run: sudo apt install -y protobuf-compiler
50-
- uses: actions/cache@v2
50+
- uses: actions/cache@v4
5151
with:
5252
path: ~/.m2/repository
5353
key: ${{ runner.os }}-maven

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
distribution: 'adopt'
4444
- name: Install Protoc
4545
run: sudo apt install -y protobuf-compiler
46-
- uses: actions/cache@v2
46+
- uses: actions/cache@v4
4747
with:
4848
path: ~/.m2/repository
4949
key: ${{ runner.os }}-maven

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install jekyll
5050
run: |
5151
sudo gem install jekyll bundler
52-
- uses: actions/cache@v2
52+
- uses: actions/cache@v4
5353
with:
5454
path: ~/.m2/repository
5555
key: ${{ runner.os }}-maven

0 commit comments

Comments
 (0)