From 06bb46c0185eafaf978afa6c2357537ceb8c6346 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Thu, 14 Sep 2023 06:29:58 -0500 Subject: [PATCH] Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#151) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 669112538a..30ca4583b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: apt install run: | sudo apt-get update -- 2.47.3