File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - id : checkout
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v5
2323
2424 - id : cache-ccache
2525 uses : hendrikmuhs/ccache-action@v1
@@ -52,14 +52,14 @@ jobs:
5252 runs-on : macos-latest
5353 steps :
5454 - id : checkout
55- uses : actions/checkout@v2
55+ uses : actions/checkout@v5
5656
5757 - id : cache-ccache
5858 uses : hendrikmuhs/ccache-action@v1
5959 with :
6060 key : macos
6161
62- - uses : actions/setup-python@v1
62+ - uses : actions/setup-python@v5
6363
6464 - name : Install dependencies
6565 run : |
7979 runs-on : windows-latest
8080 steps :
8181 - id : checkout
82- uses : actions/checkout@v2
82+ uses : actions/checkout@v5
8383
8484 - name : Meson Build
8585 uses : BSFishy/meson-build@v1.0.3
9494 runs-on : windows-latest
9595 steps :
9696 - id : checkout
97- uses : actions/checkout@v2
97+ uses : actions/checkout@v5
9898
9999 - name : Add VisualStudio command line tools into path
100100 uses : ilammy/msvc-dev-cmd@v1
You can’t perform that action at this time.
0 commit comments