Skip to content

Commit 7bde1cc

Browse files
authored
Merge pull request #81 from ledgersmb/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 1ca70e0 + ba69905 commit 7bde1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Log in to the Container registry
2626
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
@@ -43,7 +43,7 @@ jobs:
4343
packages: write
4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Log in to the Container registry
4949
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
@@ -69,7 +69,7 @@ jobs:
6969
packages: write
7070
steps:
7171
- name: Checkout repository
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373

7474
- name: Log in to the Container registry
7575
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1

0 commit comments

Comments
 (0)