Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 11, 2024
1 parent 78e3855 commit 841b634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
ROCKSDB_VERSION: 9.6.3
ROCKSDB_VERSION: 9.6.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

env:
ROCKSDB_VERSION: 9.6.3
ROCKSDB_VERSION: 9.6.1

jobs:
golangci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
ROCKSDB_VERSION: 9.6.3
ROCKSDB_VERSION: 9.6.1

jobs:
split-test-files:
Expand Down

0 comments on commit 841b634

Please sign in to comment.