Skip to content

Commit d326a09

Browse files
committed
bump
1 parent c4c979c commit d326a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
sudo apt-get update -y
4444
sudo apt-get install ${{ matrix.platform.apt-packages }}
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- name: Set up SDL
4747
id: sdl
4848
uses: libsdl-org/setup-sdl@main
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- run: |
9494
${{ matrix.platform.prepare }}
95-
- uses: actions/checkout@v3
95+
- uses: actions/checkout@v4
9696
- name: Set up SDL
9797
uses: libsdl-org/setup-sdl@main
9898
with:

0 commit comments

Comments
 (0)