Skip to content

Commit 9f8806c

Browse files
committed
update ci action scripts
1 parent 4ef77d7 commit 9f8806c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/osx_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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: |

.github/workflows/ubuntu_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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: |
@@ -78,7 +78,7 @@ jobs:
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: |

.github/workflows/windows_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)