From c976df0fb8dd255db17c46808ab872cbc79e8e12 Mon Sep 17 00:00:00 2001 From: Ash Beitz <8304894+ashbeitz@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:42:06 -0700 Subject: [PATCH] Update notice file generation actions (#46) --- .github/workflows/notice-generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notice-generation.yml b/.github/workflows/notice-generation.yml index 9dff5bad..fef4b7e8 100644 --- a/.github/workflows/notice-generation.yml +++ b/.github/workflows/notice-generation.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository and submodules - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: Install stable toolchain