File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545# VERSIONS
4646 name : ${{ matrix.name }}
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - run : git clone https://github.com/docker-library/official-images.git ~/official-images
5050 - run : docker build -t rust:$RUST_VERSION-${{ matrix.name }} stable/${{ matrix.variant }}
5151 - run : ~/official-images/test/run.sh rust:$RUST_VERSION-${{ matrix.name }}
Original file line number Diff line number Diff line change 7373 name : ${{ matrix.name }}
7474 steps :
7575 - name : Checkout repository
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777 - name : Set up QEMU
7878 uses : docker/setup-qemu-action@v3
7979 - name : Set up Docker Buildx
@@ -103,7 +103,7 @@ jobs:
103103 tags : ${{ matrix.tags }}
104104
105105 - name : Build and push image
106- uses : docker/build-push-action@v5
106+ uses : docker/build-push-action@v6
107107 with :
108108 context : ${{ matrix.context }}
109109 platforms : ${{ matrix.platforms }}
You can’t perform that action at this time.
0 commit comments