Skip to content

Commit 8404b3e

Browse files
authored
Merge pull request #67 from docker/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 881b2fe + ad9fc27 commit 8404b3e

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@v4
20+
uses: actions/checkout@v5
2121
-
2222
name: List targets
2323
id: generate
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
-
6262
name: Checkout
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
-
6565
name: Set up Go
6666
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)