We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20424ee commit cad5febCopy full SHA for cad5feb
.github/workflows/checks.yml
@@ -89,7 +89,7 @@ jobs:
89
runs-on: ubuntu-latest
90
steps:
91
- name: Checkout code
92
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
93
94
# This will restore the cache for the current commit if it exists, or the most recent lychee
95
# cache otherwise (including those saved for the main branch). It will also save the cache for
0 commit comments