diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index 0802c3c..5f8d68c 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT outputs: @@ -45,7 +45,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/1-copilot-extension.yml b/.github/workflows/1-copilot-extension.yml index 4408fa7..e5b1c92 100644 --- a/.github/workflows/1-copilot-extension.yml +++ b/.github/workflows/1-copilot-extension.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT outputs: @@ -51,7 +51,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Verify the learner added the file contents. - name: Check workflow contents, jobs diff --git a/.github/workflows/2-skills-javascript.yml b/.github/workflows/2-skills-javascript.yml index 358cbec..37f863a 100644 --- a/.github/workflows/2-skills-javascript.yml +++ b/.github/workflows/2-skills-javascript.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT outputs: @@ -51,7 +51,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/3-copilot-hub.yml b/.github/workflows/3-copilot-hub.yml index b9d9141..e78609e 100644 --- a/.github/workflows/3-copilot-hub.yml +++ b/.github/workflows/3-copilot-hub.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT outputs: @@ -51,7 +51,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/4-copilot-comment.yml b/.github/workflows/4-copilot-comment.yml index 6ef4757..27ee1a0 100644 --- a/.github/workflows/4-copilot-comment.yml +++ b/.github/workflows/4-copilot-comment.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT outputs: @@ -51,7 +51,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches.