Skip to content

Commit 1082ad5

Browse files
authored
Merge pull request #1603 from CosmWasm/dependabot/github_actions/actions/checkout-4.0.0
Bump actions/checkout from 3.6.0 to 4.0.0
2 parents 0371b65 + 55ad68b commit 1082ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3.6.0
22+
uses: actions/checkout@v4.0.0
2323

2424
# Initializes the CodeQL tools for scanning.
2525
- name: Initialize CodeQL

.github/workflows/proto-buf-publisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
push:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3.6.0
19+
- uses: actions/checkout@v4.0.0
2020
- uses: bufbuild/[email protected]
2121

2222
# lint checks

0 commit comments

Comments
 (0)