diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 91199c2..539df34 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -34,7 +34,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/1-configure-oidc-in-azure.yml b/.github/workflows/1-configure-oidc-in-azure.yml index 3563aa1..8f70cca 100644 --- a/.github/workflows/1-configure-oidc-in-azure.yml +++ b/.github/workflows/1-configure-oidc-in-azure.yml @@ -34,7 +34,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/2-create-workflow.yml b/.github/workflows/2-create-workflow.yml index d22b360..c608190 100644 --- a/.github/workflows/2-create-workflow.yml +++ b/.github/workflows/2-create-workflow.yml @@ -34,7 +34,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches