From 1f7c01e033c11416f7a283a8abc37f5a5fc7f8e9 Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:12:06 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/checkou?= =?UTF-8?q?t=20(=20v4.1.7=20=E2=86=92=20v4.2.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.7 | v4.2.0 | --- .github/workflows/schedule-broken-link-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-broken-link-check.yaml b/.github/workflows/schedule-broken-link-check.yaml index 437cbd6..c212b1e 100755 --- a/.github/workflows/schedule-broken-link-check.yaml +++ b/.github/workflows/schedule-broken-link-check.yaml @@ -19,7 +19,7 @@ private_key: "${{ secrets.APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: token: "${{ steps.generate-token.outputs.token }}"