Skip to content

Commit c44aa8c

Browse files
committed
(PUP-11946) Bump Github Actions to v4
1 parent 521ae58 commit c44aa8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.cfg.os }}
2424
steps:
2525
- name: Checkout current PR
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/mend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Mend Monitor
1212
steps:
1313
- name: Checkout current PR
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:

.github/workflows/rspec_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.cfg.os }}
3030
steps:
3131
- name: Checkout current PR
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Install ruby version ${{ matrix.cfg.ruby }}
3535
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)