Skip to content

Commit beb1d3d

Browse files
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](actions/checkout@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>
1 parent ec8f4bf commit beb1d3d

11 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/cd-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- name: Set up Node.js
2626
uses: actions/setup-node@v4

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
# Configure our node environment according to matrix
3434
- name: Setup node ${{ matrix.node-version }} on ${{ matrix.os }}
@@ -55,7 +55,7 @@ jobs:
5555
url: https://test.company.com
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
# Add here the download-artifact step
6161

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/environments-secrets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: echo "Run id = ${{ github.run_id }}"
3636

3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Step that uses the DEV environment
4141
run: echo "Deployment to ${{ env.URL1 }}..."
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

6565
- name: Step that uses the TEST environment
6666
run: echo "Deployment to ${{ env.DOCS_URL }}..."
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v5
8989

9090
- name: Step that uses the PROD environment
9191
run: echo "Deployment to ${{ env.PROD_URL }}..."

.github/workflows/gh-actions-usage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Get Token
2222
id: get_workflow_token

.github/workflows/gh-dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Checkout Repository'
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: 'Dependency Review'
1515
uses: actions/dependency-review-action@v4

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1212
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1313
- name: Check out repository code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
1616
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
1717
- name: List files in the repository

.github/workflows/required-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1212
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1313
- name: Check out repository code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
1616
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
1717
- name: List files in the repository

.github/workflows/simple-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
# Runs a single command using the runners shell
3131
- name: Run a one-line script

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Checkout the code base #
4141
##########################
4242
- name: Checkout Code
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
# Full git history is needed to get a proper list of changed files within `super-linter`
4646
fetch-depth: 0

0 commit comments

Comments
 (0)