Skip to content

Commit b364022

Browse files
chore(deps): Update actions/checkout action
1 parent 0de25fa commit b364022

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6.0.1
21+
- uses: actions/checkout@v6.0.2
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v6.1.0

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Set up Python
3737
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)