diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index 198c1e0..7a3d63f 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -16,4 +16,4 @@ jobs: with: persist-credentials: false - name: 🔄 Sync labels - uses: devantler-tech/composite-actions/sync-labels-action@005c37f8ef5e1811388cf19b3b93eb721351b6be # v1.9.5 + uses: devantler-tech/composite-actions/sync-labels-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6407a00..e85d725 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: rename-to: kind chmod: 0755 - name: Test .NET solution or project - uses: devantler-tech/composite-actions/dotnet-test-action@005c37f8ef5e1811388cf19b3b93eb721351b6be # v.1.9.5 + uses: devantler-tech/composite-actions/dotnet-test-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v.1.9.6 with: app_id: ${{ vars.APP_ID }} app_private_key: ${{ secrets.APP_PRIVATE_KEY }}