Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-renovate[bot] authored Jul 9, 2024
1 parent c701fad commit 899d0f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ agent:
steps:
- name: lint-shellcheck
plugins:
- docker-compose#v5.0.0:
- docker-compose#v5.2.0:
run: lint-shellcheck

- name: lint-plugin
plugins:
- docker-compose#v5.0.0:
- docker-compose#v5.2.0:
run: lint-plugin

- name: bats tests
plugins:
- docker-compose#v5.0.0:
- docker-compose#v5.2.0:
run: tests
4 changes: 2 additions & 2 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: 20

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
lint-shellcheck:
image: koalaman/shellcheck-alpine:v0.9.0@sha256:e19ed93c22423970d56568e171b4512c9244fc75dd9114045016b4a0073ac4b7
image: koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63
volumes:
- ".:/plugin:ro"
entrypoint: sh
Expand All @@ -17,6 +17,6 @@ services:
- --id=planetscale/docker-login-gcr

tests:
image: buildkite/plugin-tester:v4.1.0@sha256:cc69234d0d6dde7a0cde8e52b27be279cc5618490f932ef2497cb4bab052e08b
image: buildkite/plugin-tester:v4.1.1@sha256:581f73aca88169912e23809f323437cced3cf22c28794bd7f96fbdf1c2caa5ab
volumes:
- ".:/plugin:ro"

0 comments on commit 899d0f0

Please sign in to comment.