From ec22ada21ee45c9f167fde749658f2ec9086a262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 11:57:11 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2.3.5 --- .github/workflows/rebase.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index b14cbab..d47cb99 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the latest code - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 + uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.5 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 411b6dd..6cc38b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: os: ubuntu-20.04 steps: - name: Checkout source - uses: actions/checkout@2036a08e25fa78bbd946711a407b529a0a1204bf # v2.3.2 + uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.5 - name: Setup cache uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8