Skip to content

Commit 6eef172

Browse files
Bump dependencies
1 parent 6d1e1d8 commit 6eef172

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout source
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
fetch-depth: 0
2828
filter: tree:0
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Docker login
3838
if: github.event_name != 'pull_request'
39-
uses: docker/login-action@v3.6.0
39+
uses: docker/login-action@v3.7.0
4040
with:
4141
username: ${{ secrets.DOCKER_USERNAME }}
4242
password: ${{ secrets.DOCKER_TOKEN }}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ EOF
5959
RUN <<EOF
6060
set -ex
6161
[ "$TARGETARCH" = "amd64" ] && arch="amd64" || arch="arm64"
62-
version=0.30.1
62+
version=0.31.1
6363
curl -fsSL https://github.com/docker/buildx/releases/download/v$version/buildx-v$version.linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-buildx
6464
chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
6565
docker buildx version
@@ -70,7 +70,7 @@ EOF
7070
RUN <<EOF
7171
set -ex
7272
[ "$TARGETARCH" = "amd64" ] && arch="x86_64" || arch="aarch64"
73-
version=5.0.1
73+
version=5.0.2
7474
curl -fsSL https://github.com/docker/compose/releases/download/v$version/docker-compose-linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-compose
7575
chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
7676
docker compose version

0 commit comments

Comments
 (0)