Skip to content

Commit de55b72

Browse files
Bump shogo82148/actions-setup-redis from 1.35.1 to 1.38.0 (#5821)
--- updated-dependencies: - dependency-name: shogo82148/actions-setup-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a5f9ea commit de55b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
- run: docker load -i ./docker-otelcol/${{ matrix.ARCH }}/image.tar
222222
- run: ln -sf otelcol_linux_${{ matrix.ARCH }} ./bin/otelcol
223223
- run: chmod a+x ./bin/*
224-
- uses: shogo82148/actions-setup-redis@v1.35.1
224+
- uses: shogo82148/actions-setup-redis@v1.38.0
225225
if: matrix.PROFILE == 'integration'
226226
with:
227227
auto-start: false
@@ -298,7 +298,7 @@ jobs:
298298
path: ./bin
299299
- run: ln -sf otelcol_linux_amd64 ./bin/otelcol
300300
- run: chmod a+x ./bin/*
301-
- uses: shogo82148/actions-setup-redis@v1.35.1
301+
- uses: shogo82148/actions-setup-redis@v1.38.0
302302
if: matrix.PROFILE == 'integration'
303303
with:
304304
auto-start: false

0 commit comments

Comments
 (0)