We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacb75b commit e69c815Copy full SHA for e69c815
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
# Checks-out your repository under $GITHUB_WORKSPACE
23
- name: Checkout
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
with:
26
# The GitHub token is preserved by default but this job doesn't need
27
# to be able to push to GitHub.
0 commit comments