From ea45f9d5c371e13f245790c7f225caf410d653eb Mon Sep 17 00:00:00 2001 From: steebchen Date: Wed, 18 Sep 2024 18:07:06 -0400 Subject: [PATCH] bump --- .github/workflows/preview.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b46c360f65..8d5818d083 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - uses: arduino/setup-protoc@v2 with: @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Download binaries uses: actions/download-artifact@v3 @@ -66,10 +66,10 @@ jobs: run: ls -R artifacts - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}