Skip to content

Commit 4b6c94b

Browse files
authored
Merge pull request #127 from RedisLabs/dependabot/github_actions/actions/checkout-3.6.0
Bump actions/checkout from 3.5.2 to 3.6.0
2 parents 852fe5b + 862a6cb commit 4b6c94b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3.5.2
12+
uses: actions/checkout@v3.6.0
1313

1414
- name: Install Go
1515
uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v3.5.2
38+
uses: actions/checkout@v3.6.0
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

0 commit comments

Comments
 (0)