Skip to content

Commit d194580

Browse files
committed
update workflows
1 parent cf2eaf6 commit d194580

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Setup Ruby
4949
uses: ruby/setup-ruby@v1

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040

4141
- name: Set up Ruby
4242
uses: ruby/setup-ruby@v1
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
npm install -g @stoplight/prism-cli
4949
bundle install
50-
prism mock ./bandwidth.yml & (sleep 3; rake unit)
50+
prism mock ./bandwidth.yml & (sleep 4; rake unit)
5151
env:
5252
RUBY_VERSION: ${{ matrix.ruby-version }}
5353
OPERATING_SYSTEM: ${{ matrix.os }}

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Set up Ruby
4141
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)