Skip to content

Commit 995b72a

Browse files
chore(deps): update actions/checkout action to v5
1 parent 236f0a4 commit 995b72a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Install specific version 2.3 of OpenJPEG library
1818
run: wget https://github.com/uclouvain/openjpeg/releases/download/v2.3.0/openjpeg-v2.3.0-linux-x86_64.tar.gz -O /tmp/openjpeg.tar.gz && cd /tmp/ && tar -xvf /tmp/openjpeg.tar.gz
1919
- name: Set environment variable for OpenJPEG library
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-24.04
4747
steps:
4848
- name: Check out repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
- name: Set up cache
5151
uses: actions/cache@v4
5252
env:

0 commit comments

Comments
 (0)