Skip to content

Commit 850e47a

Browse files
chore(deps): update actions/checkout action to v6 (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b98812 commit 850e47a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint-and-build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v4
1515
with:
1616
cache: npm

.github/workflows/merge-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo 'BRANCH='${{ inputs.branch || 'main' }} >> $GITHUB_ENV
4141
4242
- name: Checkout "${{ env.BRANCH }}" branch locally
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444
with:
4545
ref: ${{ env.BRANCH }}
4646
fetch-tags: true

.github/workflows/sync-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
app-id: ${{ vars.GHA_APP_ID }}
2525
private-key: ${{ secrets.GHA_PRIVATE_KEY }}
2626

27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828
with:
2929
ref: main
3030
fetch-depth: 0

0 commit comments

Comments
 (0)