diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 06:35:00 +0000 | 
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-08-12 06:35:15 +0000 | 
| commit | f015af3884b0c06e1fe941e7f09d60ce1b85b2dc (patch) | |
| tree | 420aea8329954822fcbf22b269bdec8ba7eccf81 /.github/workflows/beam.yml | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 4 updates (diff) | |
| download | locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.gz locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.bz2 locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.lz locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.xz locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.tar.zst locusts-f015af3884b0c06e1fe941e7f09d60ce1b85b2dc.zip | |
build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `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
  dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/beam.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.github/workflows/beam.yml b/.github/workflows/beam.yml index c8785d7..c299c35 100644 --- a/.github/workflows/beam.yml +++ b/.github/workflows/beam.yml @@ -20,7 +20,7 @@ jobs:        fail-fast: false      steps:        - name: Checkout -        uses: actions/checkout@v4 +        uses: actions/checkout@v5        - name: Setup the BEAM          uses: erlef/setup-beam@v1          with: @@ -41,7 +41,7 @@ jobs:        runs-on: ubuntu-latest        steps:          - name: Checkout repository -          uses: actions/checkout@v4 +          uses: actions/checkout@v5            with:              fetch-depth: 0          - name: Setup the BEAM | 
