We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f3978 commit 3a8d183Copy full SHA for 3a8d183
.github/workflows/pull_request_ci.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
# First, we check out the repository's code using the Github Actions' "Checkout" tool.
27
- name: Checkout code
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
with:
30
submodules: 'recursive'
31
@@ -59,7 +59,7 @@ jobs:
59
sudo chown root:root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
60
- name: Cache protobuf-c
61
id: cache-protobuf-c
62
- uses: actions/cache@v3 # Uses the Github Actions' "Cache" tool
+ uses: actions/cache@v4 # Uses the Github Actions' "Cache" tool
63
64
# These are the files we cache
65
path: |
0 commit comments