Skip to content

Commit

Permalink
Use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Nov 19, 2023
1 parent 2b49dcb commit a814ebe
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aspnet-core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bullseye-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
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 @@ -25,7 +25,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/configuration-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-extensions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webhook-relay-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
WEBHOOKURL: ${secrets.WEBHOOKURL}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log into GitHub Container Registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class StepExtensions
/// <returns></returns>
public static Job ActionsCheckout(
this Step step,
string version = "v3",
string version = "v4",
int fetchDepth = 0)
{
step
Expand Down

0 comments on commit a814ebe

Please sign in to comment.