We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db401b commit e6ee130Copy full SHA for e6ee130
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@v4
+ uses: actions/checkout@v5
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