Skip to content

Commit 0c97405

Browse files
Update actions/checkout action to v5 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0fd742 commit 0c97405

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@v4
20+
uses: actions/checkout@v5
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@v4
32+
uses: actions/checkout@v5
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@v4
32+
uses: actions/checkout@v5
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@v4
44+
uses: actions/checkout@v5
4545
with:
4646
token: ${{ secrets.GH_TOKEN }}
4747
ref: updates

0 commit comments

Comments
 (0)