Skip to content

Commit 5047dee

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 (#303)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e7744b commit 5047dee

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/[email protected].6
32+
uses: actions/[email protected].7
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/[email protected].6
39+
uses: actions/[email protected].7
4040
with:
4141
path: ""
4242

.github/workflows/lint.yml

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

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/[email protected].6
18+
uses: actions/[email protected].7
1919
with:
2020
# Full git history is needed to get a proper list of changed files within `super-linter`
2121
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/[email protected].6
51+
uses: actions/[email protected].7
5252
with:
5353
path: ""
5454
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)