Skip to content

Commit b133e95

Browse files
authored
Merge pull request #466 from wallabag/dependabot/github_actions/actions/checkout-6
2 parents 480d383 + b0b760a commit b133e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v5
16+
uses: actions/checkout@v6
1717

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

.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@v5
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 2
3030

0 commit comments

Comments
 (0)