We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be68cfb + ed35ff2 commit a7f9354Copy full SHA for a7f9354
1 file changed
.github/workflows/mega-linter.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
# Git Checkout
25
- name: Checkout Code
26
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
27
with:
28
# Checkout the HEAD of the PR instead of the merge commit.
29
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments