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/ruby.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 '.github/workflows/ruby.yml')
-rw-r--r-- | .github/workflows/ruby.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 8ec504e..52791d0 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest name: Ruby steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -41,7 +41,7 @@ jobs: packages: write contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set version to pre-release run: | sed "s/$(jq -r .version package.json)/$(jq -r .version package.json).pre/" locusts.gemspec -i @@ -72,7 +72,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: # Set up - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: |