Skip to content

Commit 74669b0

Browse files
Bump actions/checkout from 5 to 6 (#2851)
1 parent f220551 commit 74669b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v3
2323

2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Log in to the Container registry
2828
uses: docker/login-action@v3
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@v3
6363

6464
- name: Checkout repository
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666

6767
- name: Log in to the Container registry
6868
uses: docker/login-action@v3

0 commit comments

Comments
 (0)