Skip to content

Commit 5322be3

Browse files
authored
Merge pull request #70 from docker/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 3c1cdbb + 614f436 commit 5322be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
-
1919
name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
-
2222
name: List targets
2323
id: generate
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
-
6262
name: Checkout
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
-
6565
name: Set up Go
6666
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)