]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
build(deps): bump actions/checkout from 4 to 5 (#1491)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Aug 2025 11:37:53 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 11:37:53 +0000 (11:37 +0000)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/autofix.yml
.github/workflows/ci.yml
.github/workflows/clone-count.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release-please.yml

index c959098599c3f26ff652208c8d982d25157cf341..f76fab91205628c36b37028f0c7ad649027ed9cb 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     continue-on-error: true
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - run: pipx install poetry
       - uses: actions/setup-python@v5
         with:
index a1813534c933ec06e4cd07c0ae19e86651c74711..0f648e3a98517c3fbcf3c547877dd553307f5acb 100644 (file)
@@ -32,7 +32,7 @@ jobs:
       run:
         working-directory: tests/ocpp-server
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Install Poetry
         run: pipx install poetry
       - name: Setup Python ${{ matrix.python }}
@@ -54,7 +54,7 @@ jobs:
     name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
       - name: Dependency Review
@@ -105,7 +105,7 @@ jobs:
       run:
         working-directory: ui/web
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
       - name: Dependency Review
@@ -150,7 +150,7 @@ jobs:
     runs-on: ubuntu-latest
     name: Build simulator docker image
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Setup Docker Buildx
         id: buildx
         uses: docker/setup-buildx-action@v3
@@ -165,7 +165,7 @@ jobs:
         working-directory: ui/web
     name: Build dashboard docker image
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Setup Docker Buildx
         id: buildx
         uses: docker/setup-buildx-action@v3
index 4d68216c2347bc4763228ce2813020d140e05c49..b314a732455b6e64cc8e613ee90cfc9ce29e76ef 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     if: github.repository == 'sap/e-mobility-charging-stations-simulator'
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
 
       - name: gh login
         run: echo "${{ secrets.SECRET_TOKEN }}" | gh auth login --with-token
index ea8716bcf72fe14f210d276b1e88bf4fb4a09b29..589629a20f2d91695f0a0cb8a25101619b29f161 100644 (file)
@@ -39,7 +39,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
index f3fff5e7cdf136ac59093808c7fa88faa0fc1e11..7970c03c291caa1873bca3db03f32172940a9d3c 100644 (file)
@@ -20,7 +20,7 @@ jobs:
           token: ${{ secrets.WORKFLOW_TOKEN }}
           config-file: .github/release-please/config.json
           manifest-file: .github/release-please/manifest.json
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         if: ${{ steps.release.outputs.release_created }}
       - name: Create tags for major and minor versions
         if: ${{ steps.release.outputs.release_created }}