Skip to content

Commit 53df74d

Browse files
committed
build: Update actions versions
1 parent a450a90 commit 53df74d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/atc-coding-rules-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
atc_check_for_updates:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: '0'
1515
- name: ⚙ set environment stuff

.github/workflows/post-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: 🛒 Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
token: ${{ secrets.PAT_WORKFLOWS }}
@@ -31,7 +31,7 @@ jobs:
3131
setAllVars: true
3232

3333
- name: ⚙️ Setup dotnet 8.0.x
34-
uses: actions/setup-dotnet@v1
34+
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: '8.0.x'
3737

.github/workflows/pre-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: 🛒 Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

2222
- name: ⚙️ Setup dotnet 8.0.x
23-
uses: actions/setup-dotnet@v1
23+
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: '8.0.x'
2626

@@ -39,12 +39,12 @@ jobs:
3939
- dotnet-build
4040
steps:
4141
- name: 🛒 Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4343
with:
4444
fetch-depth: 0
4545

4646
- name: ⚙️ Setup dotnet 8.0.x
47-
uses: actions/setup-dotnet@v1
47+
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: '8.0.x'
5050

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 🛒 Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.PAT_WORKFLOWS }}
@@ -28,7 +28,7 @@ jobs:
2828
setAllVars: true
2929

3030
- name: ⚙️ Setup dotnet 8.0.x
31-
uses: actions/setup-dotnet@v1
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: '8.0.x'
3434

0 commit comments

Comments
 (0)