Skip to content

Commit 44015fd

Browse files
Update actions/checkout action to v6
1 parent e7501c6 commit 44015fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
-
1616
name: Setup Go
1717
uses: actions/setup-go@v6

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
-
1616
name: Setup Go
1717
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)