Skip to content

Commit

Permalink
Bump shogo82148/actions-setup-redis from 1.35.1 to 1.38.0 (#5821)
Browse files Browse the repository at this point in the history
---
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>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 4a5f9ea commit de55b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
- run: docker load -i ./docker-otelcol/${{ matrix.ARCH }}/image.tar
- run: ln -sf otelcol_linux_${{ matrix.ARCH }} ./bin/otelcol
- run: chmod a+x ./bin/*
- uses: shogo82148/actions-setup-redis@v1.35.1
- uses: shogo82148/actions-setup-redis@v1.38.0
if: matrix.PROFILE == 'integration'
with:
auto-start: false
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
path: ./bin
- run: ln -sf otelcol_linux_amd64 ./bin/otelcol
- run: chmod a+x ./bin/*
- uses: shogo82148/actions-setup-redis@v1.35.1
- uses: shogo82148/actions-setup-redis@v1.38.0
if: matrix.PROFILE == 'integration'
with:
auto-start: false
Expand Down

0 comments on commit de55b72

Please sign in to comment.