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