Skip to content

Commit 859d921

Browse files
Merge pull request #573 from pyOpenSci/dependabot/github_actions/actions-a331d3ec2d
2 parents 79a1df3 + 65a9912 commit 859d921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-test-book:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch_depth: 0
2121

.github/workflows/crowdin_sync.yml

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

1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Sync with Crowdin
1515
uses: crowdin/github-action@v2

0 commit comments

Comments
 (0)