2323 with :
2424 access_token : ${{ github.token }}
2525
26- - uses : actions/checkout@v1
26+ - uses : actions/checkout@v6
2727 - name : Set up Python 3.10
28- uses : actions/setup-python@v4.4 .0
28+ uses : actions/setup-python@v6.2 .0
2929 with :
3030 python-version : " 3.10"
3131 - name : Install packages
6565
6666 - name : Upload check results
6767 if : steps.check_files.outputs.files_exists == 'true'
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v6
6969 with :
7070 name : qa-${{ matrix.os }}
7171 path : out/
8686 with :
8787 access_token : ${{ github.token }}
8888
89- - uses : actions/checkout@v1
89+ - uses : actions/checkout@v6
9090 - name : Set up Python 3.10
91- uses : actions/setup-python@v4.4 .0
91+ uses : actions/setup-python@v6.2 .0
9292 with :
9393 python-version : " 3.10"
9494 - name : Install packages
@@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Upload check results
133133 if : steps.check_files.outputs.files_exists == 'true'
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v6
135135 with :
136136 name : qa-diffenator
137137 path : out/
@@ -151,15 +151,15 @@ jobs:
151151 name : Run ftxvalidator on new/changed fonts
152152 runs-on : macos-latest
153153 steps :
154- - uses : actions/checkout@v1
154+ - uses : actions/checkout@v6
155155 - name : Download and install
156156 run : |
157157 ${{secrets.OBTAIN_FONTTOOLS}}
158158 hdiutil attach font_tools.dmg
159159 sudo installer -pkg /Volumes/macOS\ Font\ Tools/macOS\ Font\ Tools.pkg -target /
160160 hdiutil detach /Volumes/macOS\ Font\ Tools
161161 - name : Set up Python 3.10
162- uses : actions/setup-python@v4.4 .0
162+ uses : actions/setup-python@v6.2 .0
163163 with :
164164 python-version : " 3.10"
165165 - name : Test font with ftxvalidator
0 commit comments