Skip to content

Commit 23bd3d5

Browse files
chore(deps): update actions/setup-python action to v5
1 parent 0a6e21a commit 23bd3d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/submodule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive # Fetch Hugo themes (true OR recursive)
3131
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3232

33-
- uses: actions/setup-python@v4
33+
- uses: actions/setup-python@v5
3434
with:
3535
python-version: 3.8
3636

@@ -61,7 +61,7 @@ jobs:
6161
submodules: recursive # Fetch Hugo themes (true OR recursive)
6262
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
6363

64-
- uses: actions/setup-python@v4
64+
- uses: actions/setup-python@v5
6565
with:
6666
python-version: 3.8
6767

0 commit comments

Comments
 (0)