Skip to content

Commit 31a2afc

Browse files
authoredJan 12, 2025
chore(deps): update github actions dependencies (#365)
1 parent a313e7a commit 31a2afc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install musl tools
6060
if: matrix.target == 'x86_64-unknown-linux-musl'
6161
run: sudo apt-get install -y musl-tools
62-
- uses: swatinem/rust-cache@v2.7.3
62+
- uses: swatinem/rust-cache@v2.7.7
6363

6464
- name: rust fmt
6565
uses: actions-rs/cargo@v1
@@ -219,12 +219,12 @@ jobs:
219219
cp ./blog.yaml ./pkg/docker/data/
220220
cp -r ./posts ./pkg/docker/data/
221221
- name: Log in to Docker Hub
222-
uses: docker/login-action@v3.2.0
222+
uses: docker/login-action@v3.3.0
223223
with:
224224
username: ${{ secrets.DOCKERHUB_USERNAME }}
225225
password: ${{ secrets.DOCKERHUB_TOKEN }}
226226
- name: Build and push nightly docker image
227-
uses: docker/build-push-action@v6.4.1
227+
uses: docker/build-push-action@v6.11.0
228228
with:
229229
context: ./pkg/docker
230230
file: ./pkg/docker/Dockerfile
@@ -233,7 +233,7 @@ jobs:
233233
no-cache: true
234234
tags: ${{ secrets.DOCKERHUB_USERNAME }}/rblog:nightly
235235
- name: Build and push latest docker image
236-
uses: docker/build-push-action@v6.4.1
236+
uses: docker/build-push-action@v6.11.0
237237
if: startsWith(github.ref, 'refs/tags/v')
238238
with:
239239
context: ./pkg/docker

0 commit comments

Comments
 (0)