Skip to content

Commit 3daac14

Browse files
authoredNov 19, 2024··
chore(deps): bump the actions group with 2 updates (#3059)
1 parent c37f056 commit 3daac14

6 files changed

+11
-11
lines changed
 

‎.github/workflows/code-style.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v3
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: 8.0.x
2020
- name: Check formatting

‎.github/workflows/nuget-package-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
matrix:
1818
os: [windows-latest, ubuntu-latest, macos-latest]
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Setup .NET Core
22-
uses: actions/setup-dotnet@v3
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: 8.0.x
2525
- name: Install prerequisites and download drivers

‎.github/workflows/publish_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Login to ACR via OIDC
2626
run: az acr login --name playwright
2727
- name: Setup .NET Core
28-
uses: actions/setup-dotnet@v3
28+
uses: actions/setup-dotnet@v4
2929
with:
3030
dotnet-version: 8.0.x
3131
- name: Install prerequisites and download drivers

‎.github/workflows/test_docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
matrix:
2626
flavor: [jammy, noble]
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Setup .NET Core
30-
uses: actions/setup-dotnet@v3
30+
uses: actions/setup-dotnet@v4
3131
with:
3232
dotnet-version: 8.0.x
3333
- name: Install prerequisites and download drivers

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
browser: [chromium, firefox, webkit]
2222
os: [windows-latest, ubuntu-latest, macos-latest]
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Setup .NET Core
26-
uses: actions/setup-dotnet@v3
26+
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 8.0.x
2929
- name: Install prerequisites and download drivers

‎.github/workflows/tests_harness.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 45
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Setup .NET Core
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: 8.0.x
2424
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)
Please sign in to comment.