File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 steps :
4646 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848
4949 - name : Install application certificate
5050 uses : apple-actions/import-codesign-certs@v2
7272 sudo ln -s /opt/homebrew/opt/gdal /usr/local/opt/gdal
7373 sudo ln -s /opt/homebrew/opt/proj /usr/local/opt/proj
7474
75- - uses : actions/cache@v3
75+ - uses : actions/cache@v4
7676 id : cache
7777 with :
7878 path : |
Original file line number Diff line number Diff line change 5252 # Steps represent a sequence of tasks that will be executed as part of the job
5353 steps :
5454 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656
5757 - name : Prepare on ${{ matrix.distro }}
5858 run : |
7878 sudo apt-get install -y libwebkitgtk-3.0-dev
7979 fi
8080
81- - uses : actions/cache@v3
81+ - uses : actions/cache@v4
8282 id : cache
8383 with :
8484 path : |
Original file line number Diff line number Diff line change 4949
5050 steps :
5151 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353
5454 # Set environment
5555 - name : Set environment
8181 echo ::set-env name=LIB::%LIB%
8282 echo ::set-env name=LIBPATH::%LIBPATH%
8383
84- - uses : actions/cache@v3
84+ - uses : actions/cache@v4
8585 id : cache
8686 with :
8787 path : |
You can’t perform that action at this time.
0 commit comments