From ec9f7f7169377303385d82d9d23c3dd22a8933fd Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Mon, 11 Sep 2023 18:57:50 +1000 Subject: [PATCH] Update to actions/checkout@v4 (#26) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7668c9..53b4150 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Rust uses: actions-rs/toolchain@v1