Skip to content

Commit 25dff8d

Browse files
committed
Update actions/checkout from v4 to v5 for Node.js 24 support
Resolves GitHub Actions deprecation warning for Node.js 20 actions.
1 parent 12522da commit 25dff8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
options: --health-cmd mongosh --health-interval 10s --health-timeout 5s --health-retries 5
8787

8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v5
9090
- name: Set up Ruby
9191
uses: ruby/setup-ruby@v1
9292
with:

0 commit comments

Comments
 (0)