Skip to content

Commit

Permalink
Merge pull request #16 from 2lambda123/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

build(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
2lambda123 authored Jun 5, 2024
2 parents 8bd65ef + 02ff0f1 commit 3e9e007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
- name: Checkout
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
if: fromJSON(matrix.config.container) != null
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
if: fromJSON(matrix.config.container) == null
Expand Down

0 comments on commit 3e9e007

Please sign in to comment.