From 301701dcb1accf3e0628c2acff73c933379851d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:51:21 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/pciids.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pciids.yml b/.github/workflows/pciids.yml index 6fe4cd8..6fad024 100644 --- a/.github/workflows/pciids.yml +++ b/.github/workflows/pciids.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run a multi-line script run: | wget https://raw.githubusercontent.com/pciutils/pciids/master/pci.ids -O pci.ids