Update actions/checkout action to v6

This commit is contained in:
2026-04-04 15:16:49 +00:00
parent e33fc64981
commit 01f693e146
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
contents: read
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Login to Registry
uses: docker/login-action@v3
with: