aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ruby.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-20 22:14:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-11-20 22:14:57 +0000
commit9e24113ea6964b328e7207ec95013d9f75109c3b (patch)
tree4cba6f3a532c70ffd5e216e8133719c99fa4afbe /.github/workflows/ruby.yml
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.gz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.bz2
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.lz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.xz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.zst
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.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 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 52791d0..faf690e 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@v5
+ - uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
@@ -41,7 +41,7 @@ jobs:
packages: write
contents: read
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- 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@v5
+ - uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: