Skip to content

Commit 9a8396a

Browse files
authored
Merge pull request #54 from PineiroHosting/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 4c847ba + 83abb55 commit 9a8396a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
go-version: 1.17.x
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Test code
1616
env:
1717
AUTHKEY: ${{ secrets.DEEPL_TEST_AUTH_KEY }}

0 commit comments

Comments
 (0)