@@ -131,7 +131,7 @@ jobs:
131
131
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
132
132
133
133
- name : golangci-lint cache
134
- uses : buildjet/cache@v3
134
+ uses : buildjet/cache@v4
135
135
with :
136
136
path : |
137
137
${{ env.LINT_CACHE_DIR }}
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
# Check for any typos
143
143
- name : Check for typos
144
- uses : crate-ci/typos@v1.17.2
144
+ uses : crate-ci/typos@v1.18.0
145
145
with :
146
146
config : .github/workflows/typos.toml
147
147
@@ -305,7 +305,7 @@ jobs:
305
305
api-key : ${{ secrets.DATADOG_API_KEY }}
306
306
307
307
- name : Check code coverage
308
- uses : codecov/codecov-action@v3
308
+ uses : codecov/codecov-action@v4
309
309
# This action has a tendency to error out unexpectedly, it has
310
310
# the `fail_ci_if_error` option that defaults to `false`, but
311
311
# that is no guarantee, see:
@@ -353,7 +353,7 @@ jobs:
353
353
api-key : ${{ secrets.DATADOG_API_KEY }}
354
354
355
355
- name : Check code coverage
356
- uses : codecov/codecov-action@v3
356
+ uses : codecov/codecov-action@v4
357
357
# This action has a tendency to error out unexpectedly, it has
358
358
# the `fail_ci_if_error` option that defaults to `false`, but
359
359
# that is no guarantee, see:
@@ -412,7 +412,7 @@ jobs:
412
412
working-directory : site
413
413
414
414
- name : Check code coverage
415
- uses : codecov/codecov-action@v3
415
+ uses : codecov/codecov-action@v4
416
416
# This action has a tendency to error out unexpectedly, it has
417
417
# the `fail_ci_if_error` option that defaults to `false`, but
418
418
# that is no guarantee, see:
0 commit comments