Skip to content

Commit a4391cd

Browse files
committed
build: update checkout to v5
1 parent ff604bd commit a4391cd

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/post-integration.yml

Lines changed: 1 addition & 4 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@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
token: ${{ secrets.PAT_WORKFLOWS }}
@@ -66,9 +66,6 @@ jobs:
6666
dotnet build -c Release /p:UseSourceLink=true --no-restore
6767
dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
6868
69-
- name: Set up git authentication for push
70-
run: git remote set-url origin https://x-access-token:${{ secrets.PAT_WORKFLOWS }}@github.com/atc-net/atc-rest-api-generator.git
71-
7269
- name: ⏩ Merge to stable-branch
7370
run: |
7471
git config --local user.email ${{ env.ATC_EMAIL }}

.github/workflows/pre-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: 🛒 Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

@@ -42,7 +42,7 @@ jobs:
4242
- dotnet-build
4343
steps:
4444
- name: 🛒 Checkout repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
with:
4747
fetch-depth: 0
4848

@@ -70,7 +70,7 @@ jobs:
7070
- dotnet-test
7171
steps:
7272
- name: 🛒 Checkout repository
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
with:
7575
fetch-depth: 0
7676

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.PAT_WORKFLOWS }}

0 commit comments

Comments
 (0)