Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/verify_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
fi
# Use checkout@v4 for Alpine versions < 3.17 that don't support Node.js 24
- if: contains(matrix.hostname, 'alpine3.13') || contains(matrix.hostname, 'alpine3.14') || contains(matrix.hostname, 'alpine3.15') || contains(matrix.hostname, 'alpine3.16')
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# Else use latest checkout
- if: ${{ !(contains(matrix.hostname, 'alpine3.13') || contains(matrix.hostname, 'alpine3.14') || contains(matrix.hostname, 'alpine3.15') || contains(matrix.hostname, 'alpine3.16') || contains(matrix.hostname, 'amazon2-')) }}
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
Expand Down
Loading