From 7638547a49402a3526c301a6712f5973efb10796 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:08:48 -0300 Subject: [PATCH] Updated checkout step in lighthouse-badger.yml --- .github/workflows/lighthouse-badger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse-badger.yml b/.github/workflows/lighthouse-badger.yml index 7681910e8f41..182517c75cb2 100644 --- a/.github/workflows/lighthouse-badger.yml +++ b/.github/workflows/lighthouse-badger.yml @@ -47,12 +47,12 @@ jobs: echo "BRANCH=$BRANCH" >> $GITHUB_ENV env: REPO_BRANCH: ${{ env.REPO_BRANCH }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ${{ env.REPOSITORY }} token: ${{ secrets[github.event.inputs.token_name] || secrets[env.TOKEN_NAME] }} ref: ${{ env.BRANCH }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: "myactionway/lighthouse-badges" path: temp_lighthouse_badges_nested