Skip to content

Commit fe33d86

Browse files
authored
Merge pull request #9 from dyrnq/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 1556956 + f2088a0 commit fe33d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
1717
-
1818
name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121

2222
- uses: actions/setup-go@v5

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
-
1919
name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222

2323
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)