1
0
mirror of https://github.com/wallabag/docker synced 2025-12-11 08:46:27 +00:00

Merge pull request #466 from wallabag/dependabot/github_actions/actions/checkout-6

This commit is contained in:
Jérémy Benoist
2025-11-24 06:52:21 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Log in to Docker Hub
uses: docker/login-action@v3

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 2