diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d023390..5bcbfe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: #VERSIONS name: ${{ matrix.name }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: git clone https://github.com/docker-library/official-images.git ~/official-images - run: docker build -t rust:$RUST_VERSION-${{ matrix.name }} stable/${{ matrix.variant }} - run: ~/official-images/test/run.sh rust:$RUST_VERSION-${{ matrix.name }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3e7700a..4e67068 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -73,7 +73,7 @@ jobs: name: ${{ matrix.name }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx @@ -103,7 +103,7 @@ jobs: tags: ${{ matrix.tags }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ matrix.context }} platforms: ${{ matrix.platforms }}