ci: bump actions/checkout to v5 (#25142)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
Rej Ect
2025-08-14 19:32:44 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 9e1a4a9bef
commit 20341adf66
+1 -1
View File
@@ -16,7 +16,7 @@
# runs-on: depot-ubuntu-22.04-4
# name: "Push to buf.build/cosmos/cosmos-sdk"
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v5
# - uses: bufbuild/buf-setup-action@v1.50.0
# - run: buf push proto --tag ${{ github.ref_type == 'tag' && github.ref_name || github.sha }} # https://github.com/bufbuild/buf-push-action/issues/20