From e1b08e40c5cec6636d869bc6c350bbbefaabb92a Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 21 Mar 2024 10:34:36 -0700 Subject: [PATCH] ci: bump `actions/checkout` to `v4` --- .github/workflows/ci.yaml | 2 +- .github/workflows/msrv.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 81e58c9..cbf68dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: RUSTFLAGS: "-D warnings" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} diff --git a/.github/workflows/msrv.yaml b/.github/workflows/msrv.yaml index 1fc31fa..e522a10 100644 --- a/.github/workflows/msrv.yaml +++ b/.github/workflows/msrv.yaml @@ -34,7 +34,7 @@ jobs: RUSTFLAGS: "-D warnings" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }}