From 8a6a6f88e3d689ab3f9eded1b3b40b2dfd1678e8 Mon Sep 17 00:00:00 2001 From: Callum Morris Date: Fri, 12 Jan 2024 15:07:14 +1300 Subject: [PATCH] fix: remove yq usage in GA, now included in base image --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e80779ba..f6c809e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,6 @@ jobs: matrix: ${{ steps.set.outputs.matrix }} steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - uses: GeoNet/yq@bbe305500687a5fe8498d74883c17f0f06431ac4 # master - id: git-rev env: GIT_SHA: ${{ github.sha }}