Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/loading-pharo-group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ba-st-actions/pharo-ci@v10
with:
spec: .smalltalkci/.loading.${{ inputs.load-spec }}.ston
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-11
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ba-st-actions/pharo-ci@v11
with:
spec: .smalltalkci/.loading.${{ inputs.load-spec }}.ston
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-12
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ba-st-actions/pharo-ci@v12
with:
spec: .smalltalkci/.loading.${{ inputs.load-spec }}.ston
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-13
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ba-st-actions/pharo-ci@v13
with:
spec: .smalltalkci/.loading.${{ inputs.load-spec }}.ston
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v10
with:
Expand All @@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
name: Unit-Tests-Pharo-10
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-11
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v11
with:
Expand All @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
name: Unit-Tests-Pharo-11
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-12
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v12
with:
Expand All @@ -53,7 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
name: Unit-Tests-Pharo-12
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
name: Pharo64-13
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v13
with:
Expand All @@ -71,7 +71,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
name: Unit-Tests-Pharo-13
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading