diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index 733d588..308e7fb 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -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@v5 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/1-make-workflow-reusable.yml b/.github/workflows/1-make-workflow-reusable.yml index fbbede7..123b793 100644 --- a/.github/workflows/1-make-workflow-reusable.yml +++ b/.github/workflows/1-make-workflow-reusable.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -50,7 +50,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@v5 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/2-add-a-job.yml b/.github/workflows/2-add-a-job.yml index c6ba921..5f5bf28 100644 --- a/.github/workflows/2-add-a-job.yml +++ b/.github/workflows/2-add-a-job.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -52,7 +52,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@v5 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/3-add-matrix-strategy.yml b/.github/workflows/3-add-matrix-strategy.yml index 2d26bdb..e2a4c79 100644 --- a/.github/workflows/3-add-matrix-strategy.yml +++ b/.github/workflows/3-add-matrix-strategy.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -52,7 +52,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@v5 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/4-merge-your-pull-request.yml b/.github/workflows/4-merge-your-pull-request.yml index 8c20489..c88fda7 100644 --- a/.github/workflows/4-merge-your-pull-request.yml +++ b/.github/workflows/4-merge-your-pull-request.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -50,7 +50,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@v5 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/5-trigger-the-workflow.yml b/.github/workflows/5-trigger-the-workflow.yml index 6bf4919..122068f 100644 --- a/.github/workflows/5-trigger-the-workflow.yml +++ b/.github/workflows/5-trigger-the-workflow.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -52,7 +52,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@v5 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/my-starter-workflow.yml b/.github/workflows/my-starter-workflow.yml index 79d7793..01a6740 100644 --- a/.github/workflows/my-starter-workflow.yml +++ b/.github/workflows/my-starter-workflow.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run a multi-line script run: | diff --git a/.github/workflows/reusable-workflow.yml b/.github/workflows/reusable-workflow.yml index ecd0805..21b5337 100644 --- a/.github/workflows/reusable-workflow.yml +++ b/.github/workflows/reusable-workflow.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Output the input value run: |