Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Apr 20, 2022
1 parent 77c3deb commit a705fd9
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions Source/ApiTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
os: [ubuntu-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion Source/ApiTemplate/.github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions Source/GraphQLTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
os: [ubuntu-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion Source/NuGetTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion Source/NuGetTemplate/.github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions Source/OrleansTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
os: [ubuntu-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
lfs: true
fetch-depth: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit a705fd9

Please sign in to comment.