From 04f3d70b036a640fa743b70f886157e56baac3ae Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Thu, 14 Sep 2023 06:30:37 -0500 Subject: Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#150) --- .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 f05fc4292..c9198c50e 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 -- cgit v1.2.1