Skip to content

Commit

Permalink
deps(buildkite): Updating buildkite to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Nov 26, 2022
1 parent 67aa8b2 commit c4952e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- path: ubuntu
version: 20.04
- path: buildkite-agent
version: 3.39.0-ubuntu-20.04
version: 3.40.0-ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- path: ubuntu
version: 20.04
- path: buildkite-agent
version: 3.39.0-ubuntu-20.04
version: 3.40.0-ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildkite/agent:3.39.0-ubuntu-20.04
FROM buildkite/agent:3.40.0-ubuntu-20.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
curl \
Expand Down

0 comments on commit c4952e5

Please sign in to comment.