Skip to content

Commit

Permalink
Merge pull request #1283 from CosmWasm/mergify/bp/releases/v0.3x/pr-1268
Browse files Browse the repository at this point in the history
Bump actions/checkout from 3.3.0 to 3.4.0 (backport #1268)
  • Loading branch information
alpe authored Mar 22, 2023
2 parents bc0e817 + 9b1ea92 commit 177d83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto-buf-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: bufbuild/buf-setup-action@v1.15.1

# lint checks
Expand Down

0 comments on commit 177d83f

Please sign in to comment.