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 8025a3b commit cffec05Copy full SHA for cffec05
.github/workflows/actions/setup/action.yml renamed to .github/composites/setup/action.yml
.github/workflows/CI-Dependabot.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
submodules: true
31
- - uses: ./.github/workflows/actions/setup
+ - uses: ./.github/composites/setup
32
33
swift: ${{ matrix.swift }}
34
os: ${{ matrix.os }}
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
27
0 commit comments