Skip to content

Commit 3eb50d7

Browse files
authored
Merge pull request #115 from EverestAPI/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5ab3f7d + 3d971e1 commit 3eb50d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010

1111
- name: Check for tabs
1212
run: |

0 commit comments

Comments
 (0)