1
0
mirror of https://github.com/wallabag/docker synced 2026-06-27 08:44:14 +00:00

Merge pull request #477 from wallabag/dependabot/github_actions/actions/checkout-7

This commit is contained in:
Jérémy Benoist
2026-06-22 06:52:11 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Log in to Docker Hub
uses: docker/login-action@v4
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 2