Skip to content

Commit

Permalink
Merge pull request lobehub#288 from lobehub/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/checkout action to v4
  • Loading branch information
canisminor1990 authored Oct 10, 2023
2 parents 79157d5 + a562d88 commit aec0674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse-badger-advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
env:
REPO_BRANCH: ${{ matrix.REPO_BRANCH || env.REPO_BRANCH }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ env.REPOSITORY }}
token: ${{ secrets[matrix.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
Expand Down

0 comments on commit aec0674

Please sign in to comment.