Skip to content

Commit bcc1311

Browse files
committed
Github Issue - changing actions/checkout@v3 to actions/checkout@v2
1 parent 1113e7b commit bcc1311

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backend-publish-azure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: Build and Deploy .NET5 Web API
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v2
4949
with:
5050
submodules: true
5151
- name: Set up dotnet Core ${{ env.NETCORE_VERSION }}

.github/workflows/backend-publish-stage-azure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Build and Deploy .NET6 Web API
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v2
5050
with:
5151
submodules: true
5252
- name: Set up dotnet Core ${{ env.NETCORE_VERSION }}

.github/workflows/tests-shared.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "TEST_FILTER=" >> $GITHUB_ENV
4545
fi
4646
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v2
4848
with:
4949
submodules: true
5050
- name: Set up dotnet Core ${{ env.NETCORE_VERSION }}

0 commit comments

Comments
 (0)