diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-07-03 16:17:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 16:17:21 +0200 |
commit | e5661337d07fb1f7b2d55318bfef0929e3ca6e61 (patch) | |
tree | feebbbf4907ce12754decc8943d16e5ffdd04d47 | |
parent | 1e411e98faf3eb1c427c62ed6ea0f95d3c646947 (diff) |
Minor fix in CI action (#2489)
-rw-r--r-- | .github/workflows/build-rpm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-rpm.yml b/.github/workflows/build-rpm.yml index 007b392ba..a1afcf2e1 100644 --- a/.github/workflows/build-rpm.yml +++ b/.github/workflows/build-rpm.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Ubuntu Prerequisites run: | |