We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd3938 commit 850ba60Copy full SHA for 850ba60
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
cp -r ${{ github.workspace }}/${{ github.event.repository.name }}/build/ ${{ github.workspace }}/${{ github.event.repository.name }}_UnitTests/Components
54
55
- name: Checkout setup4d-action
56
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
57
with:
58
repository: 4d/setup4d-action
59
token: ${{ secrets.GH_4D_ACTION_TOKEN }}
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
runs-on: ubuntu-latest
74
steps:
75
- name: 📄 Checkout repository
76
77
78
lfs: true
79
# Disabling shallow clone is recommended for improving relevancy of reporting
0 commit comments