Skip to content

Commit 3a8d183

Browse files
committed
updated to v4 in .github/workflows
1 parent 12f3978 commit 3a8d183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# First, we check out the repository's code using the Github Actions' "Checkout" tool.
2727
- name: Checkout code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
submodules: 'recursive'
3131

@@ -59,7 +59,7 @@ jobs:
5959
sudo chown root:root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
6060
- name: Cache protobuf-c
6161
id: cache-protobuf-c
62-
uses: actions/cache@v3 # Uses the Github Actions' "Cache" tool
62+
uses: actions/cache@v4 # Uses the Github Actions' "Cache" tool
6363
with:
6464
# These are the files we cache
6565
path: |

0 commit comments

Comments
 (0)