Skip to content

Commit aa66d2c

Browse files
authored
fix: Update actions
1 parent effd495 commit aa66d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
# For setup, see https://www.mkdocs.org/#installation
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v4
1717
- name: Set up Python 3.10
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.10'
2121
- name: Install dependencies

0 commit comments

Comments
 (0)