Skip to content

Commit a9cdb1a

Browse files
committed
Use v4 checkout action
1 parent 7fd4781 commit a9cdb1a

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
@@ -39,7 +39,7 @@ jobs:
3939
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev
4040

4141
- name: Checkout SFML
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
repository: SFML/SFML
4545
ref: 2.6.0
@@ -54,7 +54,7 @@ jobs:
5454
run: cmake --build $GITHUB_WORKSPACE/SFML/build --config ${{matrix.type.name}} --target install
5555

5656
- name: Checkout CSFML
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
with:
5959
path: CSFML
6060

0 commit comments

Comments
 (0)