Skip to content

Commit 0ca3bbf

Browse files
authored
Merge pull request #477 from wallabag/dependabot/github_actions/actions/checkout-7
2 parents 48bc8c4 + 270f7f6 commit 0ca3bbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Check out the repo
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- name: Log in to Docker Hub
1919
uses: docker/login-action@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: "Checkout"
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 2
3030

0 commit comments

Comments
 (0)