Skip to content

Commit 5dd1498

Browse files
chore(deps): update actions/checkout action to v5
1 parent 5dbf8a7 commit 5dd1498

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-broker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
shell: bash
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: ${{ matrix.ruby_version }}

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: ["ubuntu-latest","windows-latest","macos-latest"]
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- uses: ruby/setup-ruby@v1
2323
with:

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Ruby ${{ matrix.ruby }}-${{ matrix.os }}-${{ matrix.type }}
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Setup Ruby
2626
if: env.ACT == 'true' && runner.arch == 'ARM64'
2727
run: sudo apt-get update && apt-get install -y ruby-full ruby-bundler

0 commit comments

Comments
 (0)