Skip to content

Commit 0d7d1d4

Browse files
Update actions/checkout action to v6 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent f206f57 commit 0d7d1d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/trunk-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Trunk Check
2323
uses: trunk-io/trunk-action@v1

.github/workflows/trunk-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
token: ${{ secrets.GH_TOKEN }}
3535
ref: updates

.github/workflows/winget-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout master branch
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
token: ${{ secrets.GH_TOKEN }}
3535
ref: master
@@ -41,7 +41,7 @@ jobs:
4141
git reset --hard upstream/master
4242
4343
- name: Checkout updates branch
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
token: ${{ secrets.GH_TOKEN }}
4747
ref: updates

0 commit comments

Comments
 (0)