Skip to content

Commit dae9025

Browse files
authored
Merge pull request #8 from mycrEEpy/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 6375f3c + 537ea7f commit dae9025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Get metadata
1717
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)