Bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-01 22:08:08 +00:00
committed by GitHub
parent 0ca3f46b47
commit 5eba6aef70
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- id: get_step - id: get_step
run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
outputs: outputs:
@@ -45,7 +45,7 @@ jobs:
steps: steps:
# We'll need to check out the repository so that we can edit the README. # We'll need to check out the repository so that we can edit the README.
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 # Let's get all the branches. fetch-depth: 0 # Let's get all the branches.
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- id: get_step - id: get_step
run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
outputs: outputs:
@@ -51,7 +51,7 @@ jobs:
steps: steps:
# We'll need to check out the repository so that we can edit the README. # We'll need to check out the repository so that we can edit the README.
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
# Verify the learner added the file contents. # Verify the learner added the file contents.
- name: Check workflow contents, jobs - name: Check workflow contents, jobs
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- id: get_step - id: get_step
run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
outputs: outputs:
@@ -51,7 +51,7 @@ jobs:
steps: steps:
# We'll need to check out the repository so that we can edit the README. # We'll need to check out the repository so that we can edit the README.
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 # Let's get all the branches. fetch-depth: 0 # Let's get all the branches.
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- id: get_step - id: get_step
run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
outputs: outputs:
@@ -51,7 +51,7 @@ jobs:
steps: steps:
# We'll need to check out the repository so that we can edit the README. # We'll need to check out the repository so that we can edit the README.
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 # Let's get all the branches. fetch-depth: 0 # Let's get all the branches.
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- id: get_step - id: get_step
run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
outputs: outputs:
@@ -51,7 +51,7 @@ jobs:
steps: steps:
# We'll need to check out the repository so that we can edit the README. # We'll need to check out the repository so that we can edit the README.
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 # Let's get all the branches. fetch-depth: 0 # Let's get all the branches.