From f5f0cd3e1b34f6c358ff4df0acf26592081fa2d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 02:18:56 +0000 Subject: [PATCH] build: update actions/setup-node digest to 1e60f62 --- .github/workflows/bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle.yaml b/.github/workflows/bundle.yaml index 611574f..1624915 100644 --- a/.github/workflows/bundle.yaml +++ b/.github/workflows/bundle.yaml @@ -32,7 +32,7 @@ jobs: with: version: ${{ env.OPA_VERSION }} - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 20 - name: Test Policies