Skip to content

Commit 26d358a

Browse files
Updating workflows to use -latest versions (#1568)
* Updating workflows to use -latest versions (release-8.1) --------- Co-authored-by: Tamara Rivera <[email protected]>
1 parent 214a07e commit 26d358a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- os: windows-2022
21+
- os: windows-latest
2222
name: Windows
23-
- os: ubuntu-22.04
23+
- os: ubuntu-latest
2424
name: Linux
2525
fail-fast: false
2626
steps:
@@ -48,7 +48,7 @@ jobs:
4848
path: nugets/
4949
retention-days: 7
5050
- name: Install SQL Server
51-
uses: Particular/install-sql-server-action@v1.1.0
51+
uses: Particular/install-sql-server-action@v1.3.0
5252
with:
5353
connection-string-env-var: SqlServerTransportConnectionString
5454
catalog: nservicebus

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111
shell: pwsh
1212
jobs:
1313
release:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/[email protected]

0 commit comments

Comments
 (0)