Skip to content

Commit a705fd9

Browse files
committed
Bump actions/checkout from 3.0.0 to 3.0.1
1 parent 77c3deb commit a705fd9

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030
steps:
3131
- name: "Checkout"
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
lfs: true
3535
fetch-depth: 0
@@ -65,7 +65,7 @@ jobs:
6565
os: [ubuntu-latest, windows-latest]
6666
steps:
6767
- name: "Checkout"
68-
uses: actions/[email protected].0
68+
uses: actions/[email protected].1
6969
with:
7070
lfs: true
7171
fetch-depth: 0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL

Source/ApiTemplate/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030
steps:
3131
- name: "Checkout"
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
lfs: true
3535
fetch-depth: 0
@@ -83,7 +83,7 @@ jobs:
8383
os: [ubuntu-latest]
8484
steps:
8585
- name: "Checkout"
86-
uses: actions/[email protected].0
86+
uses: actions/[email protected].1
8787
with:
8888
lfs: true
8989
fetch-depth: 0

Source/ApiTemplate/.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

Source/GraphQLTemplate/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030
steps:
3131
- name: "Checkout"
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
lfs: true
3535
fetch-depth: 0
@@ -83,7 +83,7 @@ jobs:
8383
os: [ubuntu-latest]
8484
steps:
8585
- name: "Checkout"
86-
uses: actions/[email protected].0
86+
uses: actions/[email protected].1
8787
with:
8888
lfs: true
8989
fetch-depth: 0

Source/GraphQLTemplate/.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

Source/NuGetTemplate/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030
steps:
3131
- name: "Checkout"
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
lfs: true
3535
fetch-depth: 0

Source/NuGetTemplate/.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

Source/OrleansTemplate/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030
steps:
3131
- name: "Checkout"
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
lfs: true
3535
fetch-depth: 0
@@ -83,7 +83,7 @@ jobs:
8383
os: [ubuntu-latest]
8484
steps:
8585
- name: "Checkout"
86-
uses: actions/[email protected].0
86+
uses: actions/[email protected].1
8787
with:
8888
lfs: true
8989
fetch-depth: 0

Source/OrleansTemplate/.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

0 commit comments

Comments
 (0)