Skip to content

Commit 919779c

Browse files
(maint) Merge up d835ef6 to main
Generated by CI * commit 'd835ef603aa1ed2c997830141fa2ffae4b0658bb': (PUP-11938) Handle more errors around Windows SID and ASID (PUP-11946) Bump Github Actions to v4
2 parents 48c94cf + d835ef6 commit 919779c

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.cfg.os }}
2727
steps:
2828
- name: Checkout current PR
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

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

0 commit comments

Comments
 (0)