Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent d9eeb38 commit e24ad09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azuresql-unit.yml
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
path: ""

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlserver-unit.yml
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
path: ""
ref: ${{ github.head_ref }}
Expand Down

0 comments on commit e24ad09

Please sign in to comment.