Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cffec05

Browse files
committed
Move: .github/workflows/actions/setup to .github/composites/setup
1 parent 8025a3b commit cffec05

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

‎.github/workflows/CI-Dependabot.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
submodules: true
31-
- uses: ./.github/workflows/actions/setup
31+
- uses: ./.github/composites/setup
3232
with:
3333
swift: ${{ matrix.swift }}
3434
os: ${{ matrix.os }}

‎.github/workflows/CI.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
submodules: true
29-
- uses: ./.github/workflows/actions/setup
29+
- uses: ./.github/composites/setup
3030
with:
3131
swift: ${{ matrix.swift }}
3232
os: ${{ matrix.os }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /