Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 8ae31a5

Browse files
committed
Upgrade nightly to 2023-10-19
1 parent f4edd61 commit 8ae31a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -eux; \
2323
; \
2424
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
2525
wget https://sh.rustup.rs -O rustup-init; \
26-
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-08-16; \
26+
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-10-19; \
2727
rm rustup-init; \
2828
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
2929
rustup --version; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v2
34-
- uses: docker://lpenz/ghaction-rust-coverage:0.5
34+
- uses: docker://lpenz/ghaction-rust-coverage:0.14.0
3535
- uses: coverallsapp/[email protected]
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)