Skip to content

Commit 140bf4b

Browse files
authored
Merge pull request #7 from kintel/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 3 to 5
2 parents b367721 + 44a05d8 commit 140bf4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fedora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- run: yum install -y g++ cmake git glfw-devel
2727

28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v5
2929
with:
3030
submodules: 'recursive'
3131

.github/workflows/offscreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: [ubuntu-latest, macos-latest, macos-14]
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v5
2929
with:
3030
submodules: 'recursive'
3131

0 commit comments

Comments
 (0)