File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments