Update actions/checkout action to v7 #10

Merged
SecretMineDE merged 1 commits from renovate/actions-checkout-7.x into main 2026-06-19 07:15:40 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e0064c4d1e - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
github-server-url: 'https://git.secretmine.de/'
- name: Login to Registry
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
contents: read
steps:
- name: Check out repository code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Login to Registry
uses: docker/login-action@v4
with: