From f6c797d3da9a360b025a465f1f22a8c0bddad6f5 Mon Sep 17 00:00:00 2001 From: Will Haines Date: Mon, 12 Feb 2024 17:59:04 -0700 Subject: [PATCH] unpin checkout action --- .github/workflows/build.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcf6624..c5c3e6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout - name: build RPM package id: rpm @@ -14,18 +14,6 @@ jobs: spec_file: "merlin.spec" additional_repos: '["epel-release", "https://labs.consol.de/repo/stable/rhel8/x86_64/labs-consol-stable.rhel8.noarch.rpm"]' - - name: print test log - if: failure() - run: tree /github/home/rpmbuild/BUILD - - - name: print test log - if: failure() - run: tree /var/tmp - - - name: print test log - if: failure() - run: cat /var/tmp/**/test-suite.log - - name: Upload artifact uses: actions/upload-artifact@v1.0.0 with: