Skip to content

Commit b6f2260

Browse files
Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e18ba5 commit b6f2260

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/artifacts.yml

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

3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@v3.1.0
32+
uses: actions/checkout@v3.2.0
3333
with:
3434
repository: ${{ github.event.pull_request.head.repo.full_name }}
3535
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/azuresql-unit.yml

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

3737
steps:
3838
- name: Check out code
39-
uses: actions/checkout@v3.1.0
39+
uses: actions/checkout@v3.2.0
4040
with:
4141
path: ""
4242

.github/workflows/lint.yml

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

1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@v3.1.0
19+
uses: actions/checkout@v3.2.0
2020
with:
2121
# Full git history is needed to get a proper list of changed files within `super-linter`
2222
fetch-depth: 0

.github/workflows/sqlserver-unit.yml

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

4949
steps:
5050
- name: Check out code
51-
uses: actions/checkout@v3.1.0
51+
uses: actions/checkout@v3.2.0
5252
with:
5353
path: ""
5454
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)