Skip to content

Commit f5ec90b

Browse files
committed
chore: Update actions/checkout to v5
1 parent eaaf910 commit f5ec90b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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 }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)