File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 98
98
uses : actions/checkout@v4
99
99
100
100
- name : Set up Python runtime
101
- uses : actions/setup-python@v4
101
+ uses : actions/setup-python@v5
102
102
with :
103
103
python-version : ${{ env.PYTHON_VERSION }}
104
104
cache : pip
Original file line number Diff line number Diff line change 49
49
src/templates/partials/languages
50
50
51
51
- name : Set up Python runtime
52
- uses : actions/setup-python@v4
52
+ uses : actions/setup-python@v5
53
53
with :
54
54
python-version : ${{ env.PYTHON_VERSION }}
55
55
cache : pip
@@ -109,7 +109,7 @@ jobs:
109
109
path : site
110
110
111
111
- name : Deploy to GitHub Pages
112
- uses : actions/deploy-pages@v2
112
+ uses : actions/deploy-pages@v3
113
113
114
114
- name : Save build cache
115
115
uses : actions/cache/save@v3
Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ tags:
628
628
twitter:image: "{{ image.url }}"
629
629
` ` `
630
630
631
- Note that this examples makes use of [YAML anchors] to minify repetition. The
631
+ Note that this example makes use of [YAML anchors] to minify repetition. The
632
632
` definitions` property is solely intended for the definition on aliases that
633
633
can then be referenced with anchors.
634
634
You can’t perform that action at this time.
0 commit comments