Skip to content

Commit 2eee755

Browse files
authored
Merge pull request #1678 from CosmWasm/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1
2 parents a6fe36d + 361ff25 commit 2eee755

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/[email protected].0
22+
uses: actions/[email protected].1
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/[email protected].0
19+
- uses: actions/[email protected].1
2020
- uses: bufbuild/[email protected]
2121

2222
# lint checks

0 commit comments

Comments
 (0)