We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d0ebc commit b33107fCopy full SHA for b33107f
1 file changed
.github/workflows/ci.yaml
@@ -95,7 +95,9 @@ jobs:
95
permissions:
96
contents: write
97
steps:
98
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
99
+ with:
100
+ fetch-depth: 0
101
- name: Configure Git Credentials
102
run: |
103
git config user.name version-cli[bot]
0 commit comments