Skip to content

Commit 73616b6

Browse files
dependabot[bot]ascopes
authored andcommitted
Bump actions/checkout from 3.3.0 to 3.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 274c6c1 commit 73616b6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v3.3.0
45+
uses: actions/checkout@v3.4.0
4646
with:
4747
fetch-depth: 2
4848

@@ -144,7 +144,7 @@ jobs:
144144

145145
steps:
146146
- name: Checkout repository
147-
uses: actions/checkout@v3.3.0
147+
uses: actions/checkout@v3.4.0
148148
with:
149149
# Needed to keep actions working correctly.
150150
fetch-depth: 2
@@ -206,7 +206,7 @@ jobs:
206206

207207
steps:
208208
- name: Checkout repository
209-
uses: actions/checkout@v3.3.0
209+
uses: actions/checkout@v3.4.0
210210
with:
211211
fetch-depth: 2
212212

@@ -234,7 +234,7 @@ jobs:
234234

235235
steps:
236236
- name: Checkout repository
237-
uses: actions/checkout@v3.3.0
237+
uses: actions/checkout@v3.4.0
238238
with:
239239
fetch-depth: 2
240240

.github/workflows/codeql.yml

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

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v3.3.0
36+
uses: actions/checkout@v3.4.0
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL

.github/workflows/deploy.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v3.3.0
33+
uses: actions/checkout@v3.4.0
3434
with:
3535
fetch-depth: 2
3636

0 commit comments

Comments
 (0)