Skip to content

Commit 7638547

Browse files
authored
Updated checkout step in lighthouse-badger.yml
1 parent 0c08237 commit 7638547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lighthouse-badger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
4848
env:
4949
REPO_BRANCH: ${{ env.REPO_BRANCH }}
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
with:
5252
repository: ${{ env.REPOSITORY }}
5353
token: ${{ secrets[github.event.inputs.token_name] || secrets[env.TOKEN_NAME] }}
5454
ref: ${{ env.BRANCH }}
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
with:
5757
repository: "myactionway/lighthouse-badges"
5858
path: temp_lighthouse_badges_nested

0 commit comments

Comments
 (0)