Skip to content

Commit 4942abc

Browse files
Bump actions/checkout from 4 to 5 (#2487)
1 parent 59a331e commit 4942abc

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@v4
25+
uses: actions/checkout@v5
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@v4
65+
uses: actions/checkout@v5
6666

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

0 commit comments

Comments
 (0)