Skip to content

Commit 69f0c33

Browse files
committed
chore(deps): update actions/checkout action to v5
1 parent a7ca729 commit 69f0c33

8 files changed

+8
-8
lines changed

.github/workflows/acceptance-tests-on-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
AR_VERSION: ${{ matrix.ar }}
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- name: Set up Ruby
3838
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby
3939
# (see https://github.com/ruby/setup-ruby#versioning):

.github/workflows/acceptance-tests-on-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
ruby: [3.3]
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up Ruby
3131
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby
3232
# (see https://github.com/ruby/setup-ruby#versioning):

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
AR_VERSION: ${{ matrix.ar }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Set up Ruby
3030
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby
3131
# (see https://github.com/ruby/setup-ruby#versioning):

.github/workflows/nightly-acceptance-tests-on-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
AR_VERSION: ${{ matrix.ar }}
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:

.github/workflows/nightly-acceptance-tests-on-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
ruby: [3.3]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Ruby
1717
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby
1818
# (see https://github.com/ruby/setup-ruby#versioning):

.github/workflows/nightly-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
AR_VERSION: ${{ matrix.ar }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:

.github/workflows/rubocop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: setup ruby
1717
uses: ruby/setup-ruby@v1
1818
with:

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
AR_VERSION: ${{ matrix.ar }}
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Set up Ruby
2828
uses: ruby/setup-ruby@v1
2929
with:

0 commit comments

Comments
 (0)