We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaf910 commit f5ec90bCopy full SHA for f5ec90b
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
#VERSIONS
46
name: ${{ matrix.name }}
47
steps:
48
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
49
- run: git clone https://github.com/docker-library/official-images.git ~/official-images
50
- run: docker build -t rust:$RUST_VERSION-${{ matrix.name }} stable/${{ matrix.variant }}
51
- run: ~/official-images/test/run.sh rust:$RUST_VERSION-${{ matrix.name }}
.github/workflows/nightly.yml
@@ -73,7 +73,7 @@ jobs:
73
74
75
- name: Checkout repository
76
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
77
- name: Set up QEMU
78
uses: docker/setup-qemu-action@v3
79
- name: Set up Docker Buildx
0 commit comments