Skip to content

Commit

Permalink
(maint) Merge up d835ef6 to main
Browse files Browse the repository at this point in the history
Generated by CI

* commit 'd835ef603aa1ed2c997830141fa2ffae4b0658bb':
  (PUP-11938) Handle more errors around Windows SID and ASID
  (PUP-11946) Bump Github Actions to v4
  • Loading branch information
puppetlabs-jenkins committed Oct 10, 2023
2 parents 48c94cf + d835ef6 commit 919779c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.cfg.os }}
steps:
- name: Checkout current PR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Mend Monitor
steps:
- name: Checkout current PR
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.cfg.os }}
steps:
- name: Checkout current PR
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 919779c

Please sign in to comment.