Skip to content

Commit 8a27e86

Browse files
authored
Merge pull request #91 from WISVCH/dependabot/github_actions/github-actions-5d490960a5
2 parents 4e6ecd9 + 29785a2 commit 8a27e86

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
rustup default stable &&
2121
rustup component add --toolchain stable clippy rustfmt
2222
- name: Cargo cache
23-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
23+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
2424
- name: Check clippy
2525
run: cargo clippy -- -D warnings
2626
- name: Check rustfmt

.github/workflows/docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v6
1717
- name: Set up Docker Buildx
18-
uses: docker/setup-buildx-action@v3
18+
uses: docker/setup-buildx-action@v4
1919
- name: Login to GitHub Container Registry
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@v4
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Docker meta
2626
id: meta
27-
uses: docker/metadata-action@v5
27+
uses: docker/metadata-action@v6
2828
with:
2929
images: ghcr.io/wisvch/passes
3030
tags: type=sha, prefix={{date 'YYYYMMDD'}}-
3131
- name: Build and push Docker image
32-
uses: docker/build-push-action@v6
32+
uses: docker/build-push-action@v7
3333
with:
3434
context: .
3535
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)