Skip to content

Commit ebc4494

Browse files
Bump shogo82148/actions-setup-redis from 1.38.0 to 1.39.0 (#6055)
--- 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 5506d5a commit ebc4494

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
@@ -216,7 +216,7 @@ jobs:
216216
- run: docker load -i ./docker-otelcol/${{ matrix.ARCH }}/image.tar
217217
- run: ln -sf otelcol_linux_${{ matrix.ARCH }} ./bin/otelcol
218218
- run: chmod a+x ./bin/*
219-
- uses: shogo82148/actions-setup-redis@v1.38.0
219+
- uses: shogo82148/actions-setup-redis@v1.39.0
220220
if: matrix.PROFILE == 'integration'
221221
with:
222222
auto-start: false
@@ -295,7 +295,7 @@ jobs:
295295
path: ./bin
296296
- run: ln -sf otelcol_linux_amd64 ./bin/otelcol
297297
- run: chmod a+x ./bin/*
298-
- uses: shogo82148/actions-setup-redis@v1.38.0
298+
- uses: shogo82148/actions-setup-redis@v1.39.0
299299
if: matrix.PROFILE == 'integration'
300300
with:
301301
auto-start: false

0 commit comments

Comments
 (0)