Skip to content

Commit

Permalink
Bump shogo82148/actions-setup-perl from 1.26.0 to 1.27.0 (microsoft#4039
Browse files Browse the repository at this point in the history
)

---
updated-dependencies:
- dependency-name: shogo82148/actions-setup-perl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent e5376e0 commit e82ee67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-reuse-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
repository: microsoft/msquic
ref: ${{ inputs.ref }}
- name: Install Perl
uses: shogo82148/actions-setup-perl@b85abdedef080b3995bd109b3bd6bc99abbeb080
uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e
with:
perl-version: '5.34'
- name: Install NASM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
shell: pwsh
- name: Install Perl
if: runner.os == 'Windows'
uses: shogo82148/actions-setup-perl@b85abdedef080b3995bd109b3bd6bc99abbeb080
uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e
with:
perl-version: '5.34'
- name: Install NASM
Expand Down

0 comments on commit e82ee67

Please sign in to comment.