From 82c815fd96d5f94d90c819ab81e531097076b39d Mon Sep 17 00:00:00 2001 From: "ti-renovate[bot]" <148291315+ti-renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:17:08 +0000 Subject: [PATCH] ci(action): update actions/checkout action to v4.1.7 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28a6ae9..9953182 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0785b5b..f7015f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up BEAM id: setup-beam