We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7406a commit 31dfb08Copy full SHA for 31dfb08
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
# Steps represent a sequence of tasks that will be executed as part of the job
30
steps:
31
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
with:
34
token: ${{ secrets.GH_TOKEN }}
35
submodules: true
0 commit comments