Skip to content

Commit

Permalink
Merge pull request #1146 from CosmWasm/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3.3.0

Bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
alpe authored Jan 6, 2023
2 parents 0888758 + b1b21d9 commit 1037cee
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.2.0
uses: actions/checkout@v3.3.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.2.0
- uses: actions/checkout@v3.3.0
- uses: bufbuild/buf-setup-action@v1.11.0

# lint checks
Expand Down

0 comments on commit 1037cee

Please sign in to comment.