Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0 (#306)
Browse files Browse the repository at this point in the history
* Bump actions/checkout from 4.1.7 to 4.2.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.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]>

* Update sqlserver-unit.yml

* Update README.md

* Update sqlserver-unit.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John McCall <[email protected]>
  • Loading branch information
dependabot[bot] and lowlydba authored Oct 6, 2024
1 parent 1e10e83 commit 5a2bdc7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/sqlserver-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
sql_server:
- 2022
- 2019
- 2017

steps:
- name: Check out code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
path: ""
ref: ${{ github.head_ref }}
Expand Down Expand Up @@ -110,8 +109,8 @@ jobs:
- name: Upload sp_doc sample artifact
uses: actions/upload-artifact@v4
with:
name: sp_doc-sample
path: "${{ env.SAMPLE_DATABASE }}-${{ matrix.sql_server}}.md"
name: sp_doc-sample-${{ matrix.sql_server }}
path: "${{ env.SAMPLE_DATABASE }}-${{ matrix.sql_server }}.md"

# Only do cov report on latest SQL Server version
- name: Produce the coverage report
Expand Down
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ Only support for versions that are still in [mainstream][mainstream] support is
| AWS RDS SQL Server * | :question: |
| SQL Server 2022 | :heavy_check_mark: |
| SQL Server 2019 | :heavy_check_mark: |
| SQL Server 2017 | :heavy_check_mark: |
| SQL Server 2014-2016 | :shrug: |
| SQL Server 2014-2017 | :shrug: |
| <= SQL Server 2012 | :x: |

\* AWS RDS SQL Server is not tested, but should work *in theory*. YMMV.
Expand Down

0 comments on commit 5a2bdc7

Please sign in to comment.